Little Rat
Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…
Little Rat là gì?
Little Rat là một tiện ích mở rộng Chrome được phát triển bởi Daniel Nakov, và tính năng chính của nó là "Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Little Rat
Tải xuống các tệp mở rộng Little Rat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Little Rat |
ID | oiopkpalpilladnibecobcecijffaflf |
URL Chính Thức | https://chromewebstore.google.com/detail/little-rat/oiopkpalpilladnibecobcecijffaflf |
Mô tả | Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other… |
Kích Thước Tệp | 53.65 KB |
Số Lần Cài Đặt | 3,273 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2023-09-12 |
Ngày Phát Hành | 2023-08-19 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Daniel Nakov |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dnakov/little-rat |
URL Trang Trợ Giúp | https://github.com/dnakov/little-rat |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |