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입니다: