manifest - Chrome Extensions - Script works only once, when I download a page the first time -


the problem after downloads page first time, works, if click on "home" link, script doesn't work anymore.

manifest:

{   "manifest_version": 2,    "name": "facebook no advs",   "description": "this extension try avoid advertisement facebook home.",   "version": "1.0",    "permissions": ["https://www.facebook.com/*"],    "content_scripts": [     {       "matches": ["https://www.facebook.com/*"],       "js": ["jquery-1.11.0.min.js", "noadvsscript.js"],       "css": ["noadvsstyle.css"]     }   ]  } 


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -