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…".
Снимки экрана расширения
Скачать файл CRX расширения Little Rat
Скачайте файлы расширений Little Rat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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.                     Основная информация о расширении
| Название |   |  
| 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"
    ]
}  |  |