HTTP-Repeater (HTTP/s Live Headers) (Beta)

Capture and modify Traffic

HTTP-Repeater (HTTP/s Live Headers) (Beta) là gì?

HTTP-Repeater (HTTP/s Live Headers) (Beta) là một tiện ích mở rộng Chrome được phát triển bởi unnex, và tính năng chính của nó là "Capture and modify Traffic".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTTP-Repeater (HTTP/s Live Headers) (Beta)

Tải xuống các tệp mở rộng HTTP-Repeater (HTTP/s Live Headers) (Beta) 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

                        HTTP-Repeater (Beta-Version) is an extension to capture and repeat browser requests. You can capture all requests and resend them in the same or manipulated way. Also, you can craft and send your own request with header informations, your own http-method, your own post-data, etc... All responses will fully be interpreted by your browser. So you can check websites for XSS bugs and many more, without using an emulated path or other fails. All requests by HTTP-Repeater will be authentic at all time.                    

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

Tên HTTP-Repeater (HTTP/s Live Headers) (Beta) HTTP-Repeater (HTTP/s Live Headers) (Beta)
ID jhojhhcdnopmbacgkggcgldbclfneefd
URL Chính Thức https://chrome.google.com/webstore/detail/http-repeater-https-live/jhojhhcdnopmbacgkggcgldbclfneefd
Mô tả Capture and modify Traffic
Kích Thước Tệp 10.36 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.9.1.00072
Cập Nhật Lần Cuối 2019-04-04
Ngày Phát Hành 2019-04-04
Đánh Giá 4.87/5 Tổng số 15 Đánh Giá
Nhà Phát Triển unnex
Email [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": "HTTP-Repeater (HTTP\/s Live Headers) (Beta)",
    "description": "Capture and modify Traffic",
    "container": [
        "DOMAIN_INSTALLABLE",
        "GOOGLE_DRIVE"
    ],
    "api_console_project_id": "101069825299",
    "version": "0.9.1.00072",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webNavigation",
        "management",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "fav.png",
        "default_popup": "main.html"
    }
}