Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

google chrome extensions content scripts matches

in your manifest.json:

 "content_scripts": [
   {
     "matches": ["http://*.nytimes.com/*"],
     "css": ["myStyles.css"],
     "js": ["contentScript.js"]
   }
 ],
Source by developer.chrome.com #
 
PREVIOUS NEXT
Tagged: #google #chrome #extensions #content #scripts #matches
ADD COMMENT
Topic
Name
8+2 =