Show-HTTP-Headers Firefox

Examine source code of Show-HTTP-Headers

Inspect and view changes in Show-HTTP-Headers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Show-HTTP-Headers",
  "short_name": "Show-HTTP-Headers",
  "description": "Show HTTP headers. Options to include or exclude: all requests, all responses, and matching URL (regex or substring) patterns.",
  "version": "1.0.3",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background/js/background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_name": "Show-HTTP-Headers",
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webRequest",
    "storage",
    "clipboardWrite"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "incognito": "spanning",
  "web_accessible_resources": [
    "icons/*.png",
    "options/options.html",
    "options/css/*.css",
    "options/js/*.js",
    "popup/popup.html",
    "popup/css/*.css",
    "popup/js/*.js",
    "popup/js/*.map",
    "popup/vendor/*.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "crx-show-http-headers@warren-bank.github.io"
    }
  }
}

Best Show-HTTP-Headers Alternatives

Here are some Firefox add-ons that are similar to Show-HTTP-Headers: