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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Little Rat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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"
    ]
}