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…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Little Rat

قم بتنزيل ملفات الامتداد Little Rat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
    ]
}