AddHeader Firefox

Examine source code of AddHeader

Inspect and view changes in AddHeader 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
{
  "description": "add header",
  "manifest_version": 2,
  "name": "AddHeader",
  "version": "1.2resigned1",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/header-48.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_title": "Add Headers",
    "default_icon": "icons/header-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{95644318-7d69-4074-bec9-59fae034270b}"
    }
  }
}

Best AddHeader Alternatives

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