HTTPS Request Capture Firefox

Examine source code of HTTPS Request Capture

提供元: 对流星许愿 Add-on
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"
  }
}

ベストのHTTPS Request Capture代替案

HTTPS Request Captureに類似したFirefox add-onをいくつか紹介します: