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
官方網址 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
電子郵箱 [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"
    }
}