Web Sniffer
View all HTTP Requests and Responses sent between the Web browser and the Web server.
什么是Web Sniffer?
Web Sniffer是由http://5ms.ru开发的Chrome扩展程序,该扩展的主要功能是“View all HTTP Requests and Responses sent between the Web browser and the Web server.”。
扩展截图
下载Web Sniffer扩展crx文件
下载Web Sniffer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | |
ID | ndfgffclcpdbgghfgkmooklaendohaef |
官方URL | https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef |
简介 | View all HTTP Requests and Responses sent between the Web browser and the Web server. |
文件大小 | 192 KB |
安装次数 | 30,000 |
当前版本 | 0.0.0.2 |
更新时间 | 2018-03-19 |
上架时间 | 2018-03-19 |
评分 | 3.86/5 共35次评分 |
开发者 | http://5ms.ru |
付费类型 | free |
扩展官网 | http://5ms.ru/sniffer/ |
支持的语言 | 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 } |