Network Sniffer
Monitor, search your network requests, and download them easily
Wat is Network Sniffer?
Network Sniffer is een Chrome-extensie ontwikkeld door gywn, en de belangrijkste functie is "Monitor, search your network requests, and download them easily".
Extensie Screenshots
Download het CRX-bestand van de extensie Network Sniffer
Download Network 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
- 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 Basisinformatie over de Extensie
| Naam | |
| ID | fakcbdabfjjicnmkhljhanahlhdkjlgf |
| Officiële URL | https://chromewebstore.google.com/detail/network-sniffer/fakcbdabfjjicnmkhljhanahlhdkjlgf |
| Beschrijving | Monitor, search your network requests, and download them easily |
| Bestandsgrootte | 80.72 KB |
| Aantal Installaties | 1,702 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2016-06-14 |
| Publicatiedatum | 2016-06-14 |
| Beoordeling | 3.10/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | gywn |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |