Request Interceptor Firefox

Examine source code of Request Interceptor

제작자: Vahe Demirkhanyan Add-on
Inspect and view changes in Request Interceptor 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": "Request Interceptor",
  "version": "4.0",
  "description": "A Firefox extension to intercept HTTP requests, manually edit and send them to the server.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "tabs",
    "proxy",
    "privacy"
  ],
  "incognito": "spanning",
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_action": {
    "default_icon": "icon-off.png"
  },
  "content_security_policy": "script-src 'self' https://cdn.jsdelivr.net; object-src 'self'",
  "icons": {
    "48": "icon-off.png",
    "128": "icon-on.png"
  },
  "web_accessible_resources": [
    "extension-page.html",
    "highlight.min.js",
    "default.min.css",
    "styles.css",
    "lookup-styles.css",
    "json.min.js",
    "xml.min.js",
    "analytics-styles.css",
    "repeater-styles.css",
    "encoding-styles.css",
    "proxy-styles.css",
    "proxy-manager.js",
    "url-analyzer-styles.css",
    "intruder-styles.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{9efa0613-820d-4f74-8876-11ac0c17244e}"
    }
  }
}

최고의 Request Interceptor 대안

다음은 Request Interceptor과(와) 유사한 Firefox add-on입니다: