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) - это расширение Chrome, разработанное unnex, и его основная функция - "Capture and modify Traffic".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения HTTP-Repeater (HTTP/s Live Headers) (Beta)

Скачайте файлы расширений 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"
    }
}