Little Rat
Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…
Little Ratとは何ですか?
Little RatはDaniel Nakovによって開発されたChromeの拡張機能で、その主な機能は「Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…」です。
拡張機能のスクリーンショット
Little Rat拡張機能のCRXファイルをダウンロード
Little Rat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other Chrome extensions on a per-extension basis.
Enhance your online security and take control with Little Rat. 拡張機能の基本情報
| 名前 | |
| ID | oiopkpalpilladnibecobcecijffaflf |
| 公式URL | https://chromewebstore.google.com/detail/little-rat/oiopkpalpilladnibecobcecijffaflf |
| 説明 | Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other… |
| ファイルサイズ | 53.65 KB |
| インストール数 | 3,273 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2023-09-12 |
| 公開日 | 2023-08-19 |
| 評価 | 4.78/5 合計 9 レビュー |
| 開発者 | Daniel Nakov |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/dnakov/little-rat |
| ヘルプページのURL | https://github.com/dnakov/little-rat |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.4",
"name": "Little Rat",
"background": {
"service_worker": "src\/service-worker.js",
"type": "module"
},
"permissions": [
"declarativeNetRequest",
"storage"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "src\/rules_1.json"
}
]
},
"action": {
"default_popup": "src\/popup.html"
},
"icons": {
"128": "assets\/little-rat-128x128.png",
"48": "assets\/little-rat-48x48.png",
"16": "assets\/little-rat-16x16.png"
},
"options_page": "src\/popup.html?dashboard",
"optional_permissions": [
"management"
]
} | |