DefendShield Request Interceptor Firefox

Examine source code of DefendShield Request Interceptor

Inspect and view changes in DefendShield Request Interceptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DefendShield Request Interceptor",
  "version": "1.0.0",
  "description": "Intercept, modify, and forward HTTP requests.",
  "author": "sabareesh <sabareesh@defendshieldcybersecurity.com>",
  "developer": {
    "name": "sabareesh",
    "url": "https://defendshieldcybersecurity.com"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidebar/panel.html",
    "default_icon": "sidebar/icon.svg",
    "default_title": ""
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "interceptor@defendshieldcybersecurity.com",
      "strict_min_version": "100.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best DefendShield Request Interceptor Alternatives

Here are some Firefox add-ons that are similar to DefendShield Request Interceptor: