Content Scripts
Settings
"content_scripts": [
{
"matches": ["http://*.nytimes.com/*"],
"run_at": "document_idle",
"js": ["contentScript.js"]
}
],Run_at
Orphaned Content Scripts
Injecting Content Script into Active Tab if needed
Last updated