I\'m injecting my content script from the background page when the user clicks the browser action button, like so:
chrome.browserA
How about adding this to your manifest file
"content_scripts": [ { "js": [ "jquery.js", "contentscript.js" ] } ],