Hello Everybody,
I'm developing an extension that make use of content script.
In manifest.json I have :
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*", "file:///*"],
"js": ["source.js"]
}
],
but in some pages, like https://mail.google.com/mail/, or like my
chrome extension dashboard (https://chrome.google.com/extensions/
developer/dashboard), my content script is not injected in the page,
so my extension is not working.
I checked this using the Developer Tools.
I'm using Chromium 4.0.260.0 under linux.
Is anyone experiencing this problem?
Am I missing something?
Thanks everybody
Claudio
--
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en.