HTTP Request Loggers Firefox

Examine source code of HTTP Request Loggers

By: 23WIN Add-on
Inspect and view changes in HTTP Request Loggers 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": "HTTP Request Logger",
  "version": "1.0",
  "description": "Logs URLs of HTTP requests in a dedicated tab.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{64194e22-34e6-4cbd-b333-8683621ed52a}"
    }
  }
}

Best HTTP Request Loggers Alternatives

Here are some Firefox add-ons that are similar to HTTP Request Loggers: