Web Sniffer
View all HTTP Requests and Responses sent between the Web browser and the Web server.
What is Web Sniffer?
Web Sniffer is a Chrome extension developed by http://5ms.ru, and its main feature is "View all HTTP Requests and Responses sent between the Web browser and the Web server.".
Extension Screenshots
Download Web Sniffer Extension CRX File
Download Web 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
For every HTTP request, the following information is displayed (can hide): - Tab ID, Title [filtered] - Request ID - Type Request [filtered] - Time [filtered] - Status [filtered] - Method (GET/POST, POST Body) [filtered] - Hostname [filtered] - URL (GET Params) - Headers (Request/Response)
Extension Basic Information
Name | |
ID | ndfgffclcpdbgghfgkmooklaendohaef |
Official URL | https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef |
Description | View all HTTP Requests and Responses sent between the Web browser and the Web server. |
File Size | 192 KB |
Installation Count | 30,000 |
Current Version | 0.0.0.2 |
Last Updated | 2018-03-19 |
Publish Date | 2018-03-19 |
Rating | 3.86/5 Total 35 Ratings |
Developer | http://5ms.ru |
Payment Type | free |
Extension Website | http://5ms.ru/sniffer/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Sniffer", "version": "0.0.0.2", "description": "View all HTTP Requests and Responses sent between the Web browser and the Web server.", "short_name": "Web Sniffer", "author": "5MS", "homepage_url": "http:\/\/5ms.ru\/sniffer\/", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Start Web Sniffer" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "manifest_version": 2 } |