controlref Firefox

Examine source code of controlref

Inspect and view changes in controlref source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Toggle sending HTTP referer headers",
  "manifest_version": 2,
  "name": "controlref",
  "version": "0.0.3resigned1",
  "homepage_url": "https://github.com/jamonation/controlref",
  "applications": {
    "gecko": {
      "id": "controlref@jamon.ca"
    }
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Toggle HTTP referer header on/off",
    "default_icon": "icons/controlref.svg",
    "browser_style": true
  }
}

Best controlref Alternatives

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