Redirect Blocker Firefox

Examine source code of Redirect Blocker

Inspect and view changes in Redirect Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Redirect Blocker",
  "version": "3.3.0",
  "background": {
    "scripts": [
      "./dist/background.js"
    ],
    "type": "module"
  },
  "description": "Redirect Blocker saves you from facing potential malicious/annoying redirects.",
  "icons": {
    "16": "./img/Icon16.png",
    "32": "./img/Icon32.png",
    "128": "./img/Icon128.png"
  },
  "action": {
    "default_icon": "./img/popupIcon128.png",
    "default_popup": "/dist/popup/popup.html",
    "default_title": "Redirect Blocker"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./dist/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "redirectblocker@tyson3101.com",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}

Best Redirect Blocker Alternatives

Here are some Firefox add-ons that are similar to Redirect Blocker: