提供元: Vahe Demirkhanyan
Inspect and view changes in Request Interceptor source codes across current and past versions
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をいくつか紹介します:
Enhanced Network Tab
muskecan
Postman Interceptor
Postman
Mobile Interceptor (PT)
SolidLeoz
Request Interceptor
Vinay Kaparthi
ReVex - Hacker's HTTP Repeater
Mohamed Medjahdi
ProxyServe
Yashkumar Navadiya
rep+
Bour Abdelhadi
Network Interceptor
Dheeraj Kumar
Request Replay Studio
ItsBryanC
NetShadow Interceptor
Sumalya Chatterjee
HackDuck - HTTP Request Debugger
fxe00