Little Rat
Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…
Co to jest Little Rat?
Little Rat to rozszerzenie Chrome opracowane przez Daniel Nakov, a jego główną funkcją jest „Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Little Rat
Pobierz pliki rozszerzeń Little Rat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oiopkpalpilladnibecobcecijffaflf |
| Oficjalny URL | https://chromewebstore.google.com/detail/little-rat/oiopkpalpilladnibecobcecijffaflf |
| Opis | Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other… |
| Rozmiar pliku | 53.65 KB |
| Liczba instalacji | 3,273 |
| Aktualna Wersja | 1.4 |
| Ostatnia Aktualizacja | 2023-09-12 |
| Data Publikacji | 2023-08-19 |
| Ocena | 4.78/5 Łącznie 9 Oceny |
| Deweloper | Daniel Nakov |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/dnakov/little-rat |
| Adres URL Strony Pomocy | https://github.com/dnakov/little-rat |
| Obsługiwane Języki | 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"
]
} | |