Network Sniffer
see all your network traffic in one place.
What is Network Sniffer?
Network Sniffer is a Chrome extension developed by rotagi37, and its main feature is "see all your network traffic in one place.".
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
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
Extension Basic Information
Name | |
ID | coblekblkacfilmgdghecpekhadldjfj |
Official URL | https://chrome.google.com/webstore/detail/network-sniffer/coblekblkacfilmgdghecpekhadldjfj |
Description | see all your network traffic in one place. |
File Size | 138 KB |
Installation Count | 17,944 |
Current Version | 1.0.9 |
Last Updated | 2016-10-18 |
Publish Date | 2016-10-18 |
Rating | 4.33/5 Total 30 Ratings |
Developer | rotagi37 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |