AutoResponder Chrome
Catch the requests and return response from other urls or local files, block ads, inject request headers.
什麼是AutoResponder Chrome?
AutoResponder Chrome是由SocialWorker開發的Chrome擴展程式,該擴展的主要功能是“Catch the requests and return response from other urls or local files, block ads, inject request headers.”。
擴展截圖
下載AutoResponder Chrome擴展crx文件
下載AutoResponder Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Lightweight alternative for auto responder in fiddler. Use this extension to return a mocked custom response or to return a response from another backend address to a deployed client.
擴展基本資訊
名稱 | AutoResponder Chrome |
ID | gdeemmakbfhjckeonddaabfpnllgahng |
官方網址 | https://chromewebstore.google.com/detail/autoresponder-chrome/gdeemmakbfhjckeonddaabfpnllgahng |
簡介 | Catch the requests and return response from other urls or local files, block ads, inject request headers. |
檔案大小 | 116 KB |
安裝次數 | 468 |
目前版本 | 2.1 |
更新時間 | 2022-08-05 |
上架時間 | 2021-06-14 |
開發者 | SocialWorker |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sushrut111/requests-modifier |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoResponder Chrome", "description": "Catch the requests and return response from other urls or local files, block ads, inject request headers.", "version": "2.1", "options_ui": { "page": "options.html", "open_in_tab": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |