Dev Redirector Firefox

Examine source code of Dev Redirector

Inspect and view changes in Dev Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dev Redirector",
  "version": "0.1",
  "description": "Redirect certain requests to custom URL",
  "permissions": [
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_action": {
    "default_title": "Dev Redirector",
    "default_popup": "public/index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f782482-35ef-48c2-b98e-1b009b5bcd9f}"
    }
  }
}

Best Dev Redirector Alternatives

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