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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Nakov และคุณลักษณะหลักของมันคือ "Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Little Rat
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |