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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |