Inspect and view changes in JavaScript File Blocker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "JavaScript File Blocker",
"version": "1.0",
"description": "Blocks JavaScript files on the current web page.",
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"webNavigation",
"webRequest",
"webRequestBlocking",
"*://*/*"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{fe607b1b-270a-401d-a96d-f061afdb794a}"
}
}
}