Network Sniffer
Monitor, search your network requests, and download them easily
Network Snifferとは何ですか?
Network Snifferはgywnによって開発されたChromeの拡張機能で、その主な機能は「Monitor, search your network requests, and download them easily」です。
拡張機能のスクリーンショット
Network Sniffer拡張機能のCRXファイルをダウンロード
Network Sniffer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- 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 拡張機能の基本情報
| 名前 | |
| ID | fakcbdabfjjicnmkhljhanahlhdkjlgf |
| 公式URL | https://chromewebstore.google.com/detail/network-sniffer/fakcbdabfjjicnmkhljhanahlhdkjlgf |
| 説明 | Monitor, search your network requests, and download them easily |
| ファイルサイズ | 80.72 KB |
| インストール数 | 1,702 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2016-06-14 |
| 公開日 | 2016-06-14 |
| 評価 | 3.10/5 合計 10 レビュー |
| 開発者 | gywn |
| 支払い方法 | free |
| 対応言語 | 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"
} | |