Referrer Switch Firefox

Examine source code of Referrer Switch

Inspect and view changes in Referrer Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Referrer Switch",
  "version": "0.3.1",
  "description": "Adds a button to the toolbar to enable / spoof / disable sending referer header.",
  "icons": {
    "48": "icon.svg"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "disabled.svg",
    "default_title": "Referrer Switch"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{033d950a-38b9-4976-b19e-5f9ed7d78daa}"
    }
  }
}

Best Referrer Switch Alternatives

Here are some Firefox add-ons that are similar to Referrer Switch: