You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions, nik...@loot.discount
Hi,
There will be no content script injected on already opened tabs. Static declaration of content script is injected on matched URL patterns at document_start, document_end or document_idle i.e. almost at start or after DOM is loaded. So in above mentioned constraints I would suggest getting all tabs URLs and IDs and try reloading the already opened pages programatically or you have to use programmatic injection of content script accordingly.