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
电子邮箱 [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"
    }
}