Interceptor
A chrome extension to modify API response
Interceptorคืออะไร?
Interceptor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mohit Arya และคุณลักษณะหลักของมันคือ "A chrome extension to modify API response"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Interceptor
ดาวน์โหลดไฟล์ส่วนขยาย Interceptor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mocks response for fetch and XMLHttpRequest calls.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Interceptor |
ID | lfjcphcaodhkjlefkomnbokckceemphb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/interceptor/lfjcphcaodhkjlefkomnbokckceemphb |
คำอธิบาย | A chrome extension to modify API response |
ขนาดไฟล์ | 180 KB |
จำนวนการติดตั้ง | 133 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2023-01-20 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Mohit Arya |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Interceptor", "version": "2.6", "description": "A chrome extension to modify API response", "permissions": [ "activeTab" ], "icons": { "16": "src\/images\/icon16.png", "48": "src\/images\/icon48.png", "128": "src\/images\/icon128.png" }, "manifest_version": 2, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+I", "mac": "Command+Shift+I" }, "description": "Opens extension" } }, "incognito": "split", "browser_action": [], "background": { "scripts": [ "src\/utils\/background-script.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |