Little Rat

Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…

Apa itu Little Rat?

Little Rat adalah ekstensi Chrome yang dikembangkan oleh Daniel Nakov, dan fitur utamanya adalah "Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Little Rat

Unduh file ekstensi Little Rat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Little Rat Little Rat
ID oiopkpalpilladnibecobcecijffaflf
URL Resmi https://chromewebstore.google.com/detail/little-rat/oiopkpalpilladnibecobcecijffaflf
Deskripsi Little Rat is an open-source extension designed for network traffic monitoring. Easily view, monitor, and block traffic from other…
Ukuran File 53.65 KB
Jumlah Instalasi 3,273
Versi Saat Ini 1.4
Terakhir Diperbarui 2023-09-12
Tanggal Publikasi 2023-08-19
Penilaian 4.78/5 Total 9 Penilaian
Pengembang Daniel Nakov
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/dnakov/little-rat
URL Halaman Bantuan https://github.com/dnakov/little-rat
Bahasa yang Didukung 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"
    ]
}