I working now on the small Chrome extension and the problem is, if the variable has been created later then the extension started on the page, I cannot read out the value.
This extension place a button to the website, and when I press it, its show me in the console the variable value. But I need to select an option on the website and just after will create this variable name on the website.
So this is how its work now:
And becasue just the option has been selected, the website URL not gonna change.
As I see when the extension start, will read out the all variable name, and if this variable not exist for the first start, i cannot read out the value once its has been created on the website.