Headers Firefox

Examine source code of Headers

提供元: Kuba Zygmunt Add-on
Inspect and view changes in Headers 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
{
  "manifest_version": 2,
  "name": "Headers",
  "version": "1.3",
  "description": "Simple extension for HTTP headers manipulation",
  "homepage_url": "https://github.com/ZygmuntJakub/Headers",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "webRequest",
    "storage",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "Headers",
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "headers@zygmuntjakub"
    }
  },
  "background": {
    "scripts": [
      "background/index.js"
    ],
    "persistent": true
  }
}

ベストのHeaders代替案

Headersに類似したFirefox add-onをいくつか紹介します: