ReqHeaders Firefox

Examine source code of ReqHeaders

By: Jubair Add-on
Inspect and view changes in ReqHeaders 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": "ReqHeaders",
  "version": "1.2.0",
  "description": "View request and response headers for the current tab in real time",
  "browser_specific_settings": {
    "gecko": {
      "id": "{e922ed1c-dbd3-48c4-aed7-8422027991ff}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "img/i16.png",
    "32": "img/i32.png",
    "48": "img/i48.png",
    "96": "img/i96.png",
    "128": "img/i128.png"
  },
  "browser_action": {
    "default_popup": "dialog/dialog.html",
    "default_icon": {
      "16": "img/i16.png",
      "32": "img/i32.png",
      "48": "img/i48.png",
      "96": "img/i96.png",
      "128": "img/i128.png"
    }
  },
  "background": {
    "scripts": [
      "service.js"
    ]
  },
  "permissions": [
    "tabs",
    "webRequest",
    "<all_urls>",
    "clipboardWrite"
  ]
}

Best ReqHeaders Alternatives

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