Web Sniffer

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

Wat is Web Sniffer?

Web Sniffer is een Chrome-extensie ontwikkeld door http://5ms.ru, en de belangrijkste functie is "View all HTTP Requests and Responses sent between the Web browser and the Web server.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Web Sniffer

Download Web Sniffer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Web Sniffer Web Sniffer
ID ndfgffclcpdbgghfgkmooklaendohaef
Officiële URL https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef
Beschrijving View all HTTP Requests and Responses sent between the Web browser and the Web server.
Bestandsgrootte 192 KB
Aantal Installaties 30,000
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2018-03-19
Publicatiedatum 2018-03-19
Beoordeling 3.86/5 Totaal 35 Beoordelingen
Ontwikkelaar http://5ms.ru
Betalingswijze free
Extensiewebsite http://5ms.ru/sniffer/
Ondersteunde Talen 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
}