HTTPS Request Capture Firefox

Examine source code of HTTPS Request Capture

Inspect and view changes in HTTPS Request Capture 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": "HTTPS Request Capture",
  "version": "1.0",
  "description": "Capture and display HTTPS requests in Firefox",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "https-request-capture@example.com",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "HTTPS Request Capture",
    "default_popup": "popup.html"
  }
}

Melhores alternativas HTTPS Request Capture

Aqui estão algumas Firefox add-ons que são similares a HTTPS Request Capture: