Hello,
I can't figure out why my content script is executed several times on a
single page. My manifest looks like this:
"content_scripts": [
{
"matches": ["http://*/*"],
"js": ["jquery-1.3.2.js", "content_script.js"],
"css": ["ih.css"],
"all_frames": false,
"run_at": "document_end"
}
When my content script is executed, it connects to the background page. It
turns out that the background page receives several requests in a row with
the same port.tab.url and port.tab.id. Is it a known bug or am I missing
something? An example of a page that leads to multiple requests:
http://www.amazon.com/gp/product/B001CDNM04
Evgeny
--
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.