Modify Header Value Firefox

Examine source code of Modify Header Value

Por: Milen
Inspect and view changes in Modify Header Value source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.2.0",
  "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": "109.0",
      "id": "jid0-oEwF5ZcskGhjFv4Kk4lYc@jetpack"
    }
  },
  "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: