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
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: