Hello there,
In my chrome extension, I need to get updated cookies from a website twice a day for some features to work. But unfortunately those cookies come in existence/update only when the user opens that website's page. Now if the user never opens the site, I won't be able to get the cookie. So to tackle that problem, I am implementing a solution to a open an unfocused pinned tab to have minial interruption on the user side and wait check for the cookie to be received and then immediately close the tab. This will happen twice a day.
Now, is any of this unethical or against the policies of Webstore? I need to make sure before moving ahead so that my extension don't get into trouble.
Regards