AutoResponder Chrome
Catch the requests and return response from other urls or local files, block ads, inject request headers.
AutoResponder Chromeคืออะไร?
AutoResponder Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SocialWorker และคุณลักษณะหลักของมันคือ "Catch the requests and return response from other urls or local files, block ads, inject request headers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoResponder Chrome
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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", " |