Web Sniffer
View all HTTP Requests and Responses sent between the Web browser and the Web server.
Co je Web Sniffer?
Web Sniffer je rozšíření Chrome vyvinuté http://5ms.ru, a jeho hlavní funkcí je „View all HTTP Requests and Responses sent between the Web browser and the Web server.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Web Sniffer
Stáhněte si soubory rozšíření Web Sniffer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)
Základní Informace o Rozšíření
Název | |
ID | ndfgffclcpdbgghfgkmooklaendohaef |
Oficiální URL | https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef |
Popis | View all HTTP Requests and Responses sent between the Web browser and the Web server. |
Velikost souboru | 192 KB |
Počet instalací | 30,000 |
Aktuální Verze | 0.0.0.2 |
Poslední Aktualizace | 2018-03-19 |
Datum Vydání | 2018-03-19 |
Hodnocení | 3.86/5 Celkem 35 Hodnocení |
Vývojář | http://5ms.ru |
Typ Platby | free |
Webové stránky Rozšíření | http://5ms.ru/sniffer/ |
Podporované Jazyky | 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 } |