Easy Redirector Firefox

Examine source code of Easy Redirector

By: Velo
Inspect and view changes in Easy Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Easy Redirector",
  "description": "Redirect yourself away from time-wasting websites",
  "version": "1.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "easy-redirector@hugobarroca.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "alarms",
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  }
}

Best Easy Redirector Alternatives

Here are some Firefox add-ons that are similar to Easy Redirector: