Request Interceptor
Request Interceptor Extension for Chrome.
什麼是Request Interceptor?
Request Interceptor是由beDev開發的Chrome擴展程式,該擴展的主要功能是“Request Interceptor Extension for Chrome.”。
擴展截圖
下載Request Interceptor擴展crx文件
下載Request Interceptor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Request Interceptor provides you to intercept HTTP/HTTPS request packets. After intercepting, those request packets you can: - Forward intercepted requests, - Drop intercepted requests, - Modify header values, - Modify POST data, - Add customized request headers, - Delete customized request headers, - Save request details as a JSON file, - Copy URLs from requests, - Pick which resource types to intercept, - Browse request history.
擴展基本資訊
名稱 | Request Interceptor |
ID | hkkjcknodnahjdnemannhkhnfedifkoh |
官方網址 | https://chromewebstore.google.com/detail/request-interceptor/hkkjcknodnahjdnemannhkhnfedifkoh |
簡介 | Request Interceptor Extension for Chrome. |
檔案大小 | 23.97 KB |
安裝次數 | 1,007 |
目前版本 | 1.0 |
更新時間 | 2021-07-01 |
上架時間 | 2021-06-30 |
評分 | 4.25/5 共 12 次評分 |
開發者 | beDev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Request Interceptor", "description": "Request Interceptor Extension for Chrome.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Request Interceptor", "default_icon": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } }, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "permissions": [ "debugger", "storage", "unlimitedStorage" ] } |