pixel-pets

Pixel Pets are a cute addition to your web browser! Let these smol fur friends roam around your screen to keep you focused while…

pixel-pets란 무엇입니까?

pixel-pets은(는) JVCOB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pixel Pets are a cute addition to your web browser! Let these smol fur friends roam around your screen to keep you focused while…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

pixel-pets 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Pixel Pets are a cute addition to your web browser! Let these smol fur friends roam around your screen to keep you focused while you browse. Find happiness in knowing your little critter is right beside you :)                    

확장 프로그램 기본 정보

이름 pixel-pets pixel-pets
ID dklpccbbkbpjmmpaahenbajcjbdabbph
공식 URL https://chromewebstore.google.com/detail/pixel-pets/dklpccbbkbpjmmpaahenbajcjbdabbph
설명 Pixel Pets are a cute addition to your web browser! Let these smol fur friends roam around your screen to keep you focused while…
파일 크기 52.64 KB
설치 횟수 41
현재 버전 0.0.1
최근 업데이트 2023-07-16
출시 날짜 2023-07-16
평점 2.50/5 총 2 개의 평점
개발자 JVCOB
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pixel-pets",
    "version": "0.0.1.0",
    "version_name": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-1623140f.js"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/index-c743b84c.css"
            ]
        }
    ],
    "icons": {
        "128": "src\/assets\/icon_128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/index.ts",
                "src\/types\/types.ts",
                "src\/content-script\/iframe\/index.html",
                "src\/assets\/sprites\/cat_1.png",
                "src\/assets\/sprites\/cat_popup.png",
                "src\/assets\/sprites\/hedgehog_1.png",
                "src\/assets\/sprites\/hedgehog_popup.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.ts-f0887737.js"
            ],
            "use_dynamic_url": true
        }
    ]
}