--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/cb11a576-9eb7-4a1b-9467-13a2a48fad7a%40chromium.org.
Do content scripts work on HTML pages in your extension that were not added to web_accessible_resources? If so, then I reckon they should work the same whether they are there or not.I think you cannot inject content scripts to extension pages in general, though, so I expect web_accessible_resources not to matter.If my understanding is correct, then if you want to apply a script from your extension, just add <script src=...></script> yourself to the HTML.☆PhistucK
On Tue, Jan 21, 2020 at 10:53 AM s.panja <s.p...@gmail.com> wrote:
Hi all,--My extension has an HTML page defined as web_accessible_resources and I want to be able to run a content script (of the same extension and/or of a different extension) on such a page. Is that technically even possible? I have been trying to achieve that but no success yet. I couldn't find any chrome documents mentioning about this topic.If this is by design that it is not possible to run any content scripts on a web_accessible_resources page, it would make such a page super secure because it's basically not possible to inject any scripts to a web_accessible_resources page... do I get it right? Please suggest.Thanks,s.panja
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/cb11a576-9eb7-4a1b-9467-13a2a48fad7a%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/b51e72b9-fd4b-4976-98ea-2cc959c22777%40chromium.org.
> To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.