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 } |