Redirector Firefox

Examine source code of Redirector

Inspect and view changes in Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Redirector",
  "description": "Allows you to set custom redirects. It is useful e.g. for redirecting popular sites to alternative frontends",
  "version": "1.0.11",
  "license": "MIT",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "Redirector"
  },
  "options_ui": {
    "page": "index.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "browserSettings",
    "webNavigation"
  ],
  "optional_permissions": [
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5816eaf8-2431-4468-9c04-62d8b44df5b7}"
    }
  }
}

Best Redirector Alternatives

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