Web Sniffer
View all HTTP Requests and Responses sent between the Web browser and the Web server.
Cos'è Web Sniffer?
Web Sniffer è un'estensione di Chrome sviluppata da http://5ms.ru, e la sua funzione principale è "View all HTTP Requests and Responses sent between the Web browser and the Web server.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Sniffer
Scarica i file di estensione Web Sniffer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | |
ID | ndfgffclcpdbgghfgkmooklaendohaef |
URL Ufficiale | https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef |
Descrizione | View all HTTP Requests and Responses sent between the Web browser and the Web server. |
Dimensione del File | 192 KB |
Conteggio Installazioni | 30,000 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2018-03-19 |
Data di Pubblicazione | 2018-03-19 |
Valutazione | 3.86/5 Totale 35 Valutazioni |
Sviluppatore | http://5ms.ru |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://5ms.ru/sniffer/ |
Lingue Supportate | 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 } |