By: Pedro Mckinney
Inspect and view changes in Network Attack Detector Block source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Network Attack Detector Block",
"version": "0.8",
"description": "Detect and block potential network attacks on websites.",
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"activeTab",
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"default_popup": "popup.html",
"default_title": "Network Security"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "{a349cbd3-e9e2-4e43-9065-939e9f923989}"
}
}
} Best Network Attack Detector Block Alternatives
Here are some Firefox add-ons that are similar to Network Attack Detector Block: