Skip to content

Instantly share code, notes, and snippets.

@brunobar79
Created November 8, 2012 12:21
Show Gist options
  • Select an option

  • Save brunobar79/4038498 to your computer and use it in GitHub Desktop.

Select an option

Save brunobar79/4038498 to your computer and use it in GitHub Desktop.
content_scripts on manifest.json
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"js": ["script/script_1.js","scripts/script_2.js","script/script_3.js"],
"all_frames": false,
"run_at": "document_end"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment