http-response-filter Firefox

Examine source code of http-response-filter

Inspect and view changes in http-response-filter 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
{
  "description": "Altering HTTP responses",
  "manifest_version": 2,
  "name": "http-response-filter",
  "version": "1.0",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/http-response",
  "icons": {
    "48": "pen.svg"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://example.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0a1",
      "id": "{3d41d203-058b-4072-bd3e-6962dc8cef40}"
    }
  }
}

Best http-response-filter Alternatives

Here are some Firefox add-ons that are similar to http-response-filter: