Request Interceptor

Request Interceptor Extension for Chrome.

Request Interceptor là gì?

Request Interceptor là một tiện ích mở rộng Chrome được phát triển bởi beDev, và tính năng chính của nó là "Request Interceptor Extension for Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Request Interceptor

Tải xuống các tệp mở rộng Request 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Request Interceptor Request Interceptor
ID hkkjcknodnahjdnemannhkhnfedifkoh
URL Chính Thức https://chromewebstore.google.com/detail/request-interceptor/hkkjcknodnahjdnemannhkhnfedifkoh
Mô tả Request Interceptor Extension for Chrome.
Kích Thước Tệp 23.97 KB
Số Lần Cài Đặt 1,007
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-07-01
Ngày Phát Hành 2021-06-30
Đánh Giá 4.25/5 Tổng số 12 Đánh Giá
Nhà Phát Triển beDev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}