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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture and modify Traffic"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTTP-Repeater (HTTP/s Live Headers) (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}