Network Attack Detector Block Firefox

Examine source code of Network Attack Detector Block

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}"
    }
  }
}

Meilleures alternatives Network Attack Detector Block

Voici quelques Firefox add-ons qui sont similaires à Network Attack Detector Block :