Modify Header Value Firefox

Examine source code of Modify Header Value

Por: Milen Add-on
Inspect and view changes in Modify Header Value 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
{
  "version": "0.2.1",
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>"
  ],
  "short_name": "modify-header-value",
  "name": "Modify Header Value (HTTP Headers)",
  "homepage_url": "https://mybrowseraddon.com/modify-header-value.html",
  "description": "Add, modify or remove a header for any request on desired domains.",
  "commands": {
    "_execute_action": {}
  },
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "142.0",
      "id": "jid0-oEwF5ZcskGhjFv4Kk4lYc@jetpack",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/netrequest.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_popup": "data/popup/popup.html",
    "default_title": "Modify Header Value (HTTP Headers)",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Mejores alternativas Modify Header Value

Aquí hay algunas Firefox add-ons que son similares a Modify Header Value: