Redirecter Firefox

Examine source code of Redirecter

Inspect and view changes in Redirecter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Redirect",
  "version": "1.0.0",
  "description": "Automatically redirect specified websites to your chosen destination",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_title": "Smart Redirect Settings",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "options.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3039d639-50e2-46b1-913d-4c8c168426c7}"
    }
  }
}

Best Redirecter Alternatives

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