Interceptor
A chrome extension to modify API response
Interceptor là gì?
Interceptor là một tiện ích mở rộng Chrome được phát triển bởi Mohit Arya, và tính năng chính của nó là "A chrome extension to modify API response".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Interceptor
Tải xuống các tệp mở rộng Interceptor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Mocks response for fetch and XMLHttpRequest calls.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Interceptor |
ID | lfjcphcaodhkjlefkomnbokckceemphb |
URL Chính Thức | https://chromewebstore.google.com/detail/interceptor/lfjcphcaodhkjlefkomnbokckceemphb |
Mô tả | A chrome extension to modify API response |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 133 |
Phiên Bản Hiện Tại | 2.6 |
Cập Nhật Lần Cuối | 2023-01-20 |
Ngày Phát Hành | 2020-07-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Mohit Arya |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |