Little Rat
Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…
Cos'è Little Rat?
Little Rat è un'estensione di Chrome sviluppata da Daniel Nakov, e la sua funzione principale è "Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Little Rat
Scarica i file di estensione Little Rat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Little Rat |
ID | oiopkpalpilladnibecobcecijffaflf |
URL Ufficiale | https://chromewebstore.google.com/detail/little-rat/oiopkpalpilladnibecobcecijffaflf |
Descrizione | Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other… |
Dimensione del File | 53.65 KB |
Conteggio Installazioni | 3,273 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2023-09-12 |
Data di Pubblicazione | 2023-08-19 |
Valutazione | 4.78/5 Totale 9 Valutazioni |
Sviluppatore | Daniel Nakov |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dnakov/little-rat |
URL della Pagina di Aiuto | https://github.com/dnakov/little-rat |
Lingue Supportate | 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" ] } |