Network Sniffer
Monitor, search your network requests, and download them easily
Cos'è Network Sniffer?
Network Sniffer è un'estensione di Chrome sviluppata da gywn, e la sua funzione principale è "Monitor, search your network requests, and download them easily".
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
- Filter network request (in regex) with ease - Directly download resource in just a click away, or even - Save aria2c file with full duplicate of headers of the original request
Informazioni di Base sull'Estensione
Nome | Network Sniffer |
ID | fakcbdabfjjicnmkhljhanahlhdkjlgf |
URL Ufficiale | https://chromewebstore.google.com/detail/network-sniffer/fakcbdabfjjicnmkhljhanahlhdkjlgf |
Descrizione | Monitor, search your network requests, and download them easily |
Dimensione del File | 80.72 KB |
Conteggio Installazioni | 1,702 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2016-06-14 |
Data di Pubblicazione | 2016-06-14 |
Valutazione | 3.10/5 Totale 10 Valutazioni |
Sviluppatore | gywn |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "pig_nose_16_0.png", "default_title": "Network Sniffer" }, "description": "Monitor, search your network requests, and download them easily", "icons": { "128": "pig_nose_128.png", "48": "pig_nose_48.png" }, "manifest_version": 2, "name": "Network Sniffer", "permissions": [ "tabs", "*:\/\/*\/*", "webRequest", "storage" ], "version": "1.1.0" } |