Network Sniffer
see all your network traffic in one place.
Cos'è Network Sniffer?
Network Sniffer è un'estensione di Chrome sviluppata da rotagi37, e la sua funzione principale è "see all your network traffic in one place.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Network Sniffer
Scarica i file di estensione Network 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
see all network traffic from all tabs this is useful for developer trying to see urls of new windows and popups or extensions background calls this does not show the payload itself
Informazioni di Base sull'Estensione
Nome | |
ID | coblekblkacfilmgdghecpekhadldjfj |
URL Ufficiale | https://chrome.google.com/webstore/detail/network-sniffer/coblekblkacfilmgdghecpekhadldjfj |
Descrizione | see all your network traffic in one place. |
Dimensione del File | 138 KB |
Conteggio Installazioni | 17,944 |
Versione Corrente | 1.0.9 |
Ultimo Aggiornamento | 2016-10-18 |
Data di Pubblicazione | 2016-10-18 |
Valutazione | 4.33/5 Totale 30 Valutazioni |
Sviluppatore | rotagi37 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Network Sniffer", "description": "see all your network traffic in one place.", "version": "1.0.9", "icons": { "128": "active_1383664333_wifi_network.png" }, "permissions": [ "tabs", "*:\/\/*\/*", "webRequest", "storage" ], "browser_action": { "default_icon": "1383664333_wifi_network.png", "default_title": "Network Sniffer" }, "background": { "scripts": [ "background.js" ] } } |