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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}