Web Sniffer

View all HTTP Requests and Responses sent between the Web browser and the Web server.

Что такое Web Sniffer?

Web Sniffer - это расширение Chrome, разработанное http://5ms.ru, и его основная функция - "View all HTTP Requests and Responses sent between the Web browser and the Web server.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Web Sniffer

Скачайте файлы расширений Web Sniffer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        For every HTTP request, the following information is displayed (can hide):
- Tab ID, Title [filtered]
- Request ID
- Type Request [filtered]
- Time [filtered]
- Status [filtered]
- Method (GET/POST, POST Body) [filtered]
- Hostname [filtered]
- URL (GET Params)
- Headers (Request/Response)                    

Основная информация о расширении

Название Web Sniffer Web Sniffer
ID ndfgffclcpdbgghfgkmooklaendohaef
Официальный URL https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef
Описание View all HTTP Requests and Responses sent between the Web browser and the Web server.
Размер файла 192 KB
Количество установок 30,000
Текущая Версия 0.0.0.2
Последнее Обновление 2018-03-19
Дата публикации 2018-03-19
Рейтинг 3.86/5 Всего 35 оценок
Разработчик http://5ms.ru
Тип оплаты free
Официальный сайт расширения http://5ms.ru/sniffer/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Sniffer",
    "version": "0.0.0.2",
    "description": "View all HTTP Requests and Responses sent between the Web browser and the Web server.",
    "short_name": "Web Sniffer",
    "author": "5MS",
    "homepage_url": "http:\/\/5ms.ru\/sniffer\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Start Web Sniffer"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2
}