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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Little Rat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}