Not Allow Redirects Firefox

Examine source code of Not Allow Redirects

By: Ric0
Inspect and view changes in Not Allow Redirects source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.3",
  "description": "__MSG_extDescription__",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "icons": {
    "64": "icon.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "__MSG_actionTitle__",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "stopper.js"
      ],
      "run_at": "document_start"
    }
  ],
  "applications": {
    "gecko": {
      "id": "{8f680fa6-31e1-4c1b-9b27-958ba7443ac8}",
      "strict_min_version": "90.0"
    }
  },
  "default_locale": "en"
}

Best Not Allow Redirects Alternatives

Here are some Firefox add-ons that are similar to Not Allow Redirects: