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

Capture and modify Traffic

Qu'est-ce que HTTP-Repeater (HTTP/s Live Headers) (Beta) ?

HTTP-Repeater (HTTP/s Live Headers) (Beta) est une extension Chrome développée par unnex, et sa fonction principale est "Capture and modify Traffic".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension HTTP-Repeater (HTTP/s Live Headers) (Beta)

Téléchargez les fichiers d'extension HTTP-Repeater (HTTP/s Live Headers) (Beta) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HTTP-Repeater (HTTP/s Live Headers) (Beta) HTTP-Repeater (HTTP/s Live Headers) (Beta)
ID jhojhhcdnopmbacgkggcgldbclfneefd
URL Officiel https://chrome.google.com/webstore/detail/http-repeater-https-live/jhojhhcdnopmbacgkggcgldbclfneefd
Description Capture and modify Traffic
Taille du Fichier 10.36 KB
Nombre d'Installations 2,000
Version Actuelle 0.9.1.00072
Dernière Mise à Jour 2019-04-04
Date de Publication 2019-04-04
Évaluation 4.87/5 Total 15 Évaluations
Développeur unnex
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}