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ファイルをダウンロード

pixel-pets拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単に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 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
Eメール [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
        }
    ]
}