Full Request Referer Header Extension Firefox

Examine source code of Full Request Referer Header Extension

By: Aliefis Add-on
Inspect and view changes in Full Request Referer Header Extension source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "Full Request Referer Header Extension",
  "version": "2.0",
  "description": "Adds a custom header (X-Full-Request-Referer by default) containing the current tab URL to every HTTP request. Includes a toggle button and a settings page to change the header name.",
  "manifest_version": 2,
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon_off.png",
      "32": "icons/icon_off.png",
      "48": "icons/icon_off.png"
    },
    "default_title": "Header Injector: OFF"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{037b0d5e-f96e-436c-aefe-c2df7cca3317}"
    }
  }
}

Best Full Request Referer Header Extension Alternatives

Here are some Firefox add-ons that are similar to Full Request Referer Header Extension: