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.
扩展基本信息
名称 | 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 |
电子邮箱 | [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" ] } |