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

Capture and modify Traffic

HTTP-Repeater (HTTP/s Live Headers) (Beta)とは何ですか?

HTTP-Repeater (HTTP/s Live Headers) (Beta)はunnexによって開発されたChromeの拡張機能で、その主な機能は「Capture and modify Traffic」です。

拡張機能のスクリーンショット

screenshot
screenshot

HTTP-Repeater (HTTP/s Live Headers) (Beta)拡張機能のCRXファイルをダウンロード

HTTP-Repeater (HTTP/s Live Headers) (Beta)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 HTTP-Repeater (HTTP/s Live Headers) (Beta) HTTP-Repeater (HTTP/s Live Headers) (Beta)
ID jhojhhcdnopmbacgkggcgldbclfneefd
公式URL https://chrome.google.com/webstore/detail/http-repeater-https-live/jhojhhcdnopmbacgkggcgldbclfneefd
説明 Capture and modify Traffic
ファイルサイズ 10.36 KB
インストール数 2,000
現在のバージョン 0.9.1.00072
最終更新日 2019-04-04
公開日 2019-04-04
評価 4.87/5 合計 15 レビュー
開発者 unnex
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}