Network Sniffer
Monitor, search your network requests, and download them easily
What is Network Sniffer?
Network Sniffer is a Chrome extension developed by gywn, and its main feature is "Monitor, search your network requests, and download them easily".
Extension Screenshots
Download Network Sniffer Extension CRX File
Download Network Sniffer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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
Extension Basic Information
Name | Network Sniffer |
ID | fakcbdabfjjicnmkhljhanahlhdkjlgf |
Official URL | https://chromewebstore.google.com/detail/network-sniffer/fakcbdabfjjicnmkhljhanahlhdkjlgf |
Description | Monitor, search your network requests, and download them easily |
File Size | 80.72 KB |
Installation Count | 1,702 |
Current Version | 1.1.0 |
Last Updated | 2016-06-14 |
Publish Date | 2016-06-14 |
Rating | 3.10/5 Total 10 Ratings |
Developer | gywn |
Payment Type | free |
Supported Languages | 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" } |