Q:

google chrome extensions content scripts matches

in your manifest.json:

 "content_scripts": [
   {
     "matches": ["http://*.nytimes.com/*"],
     "css": ["myStyles.css"],
     "js": ["contentScript.js"]
   }
 ],
3

New to Communities?

Join the community