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 là gì?

pixel-pets là một tiện ích mở rộng Chrome được phát triển bởi JVCOB, và tính năng chính của nó là "Pixel Pets are a cute addition to your web browser! Let these smol fur friends roam around your screen to keep you focused while…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng pixel-pets

Tải xuống các tệp mở rộng pixel-pets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên pixel-pets pixel-pets
ID dklpccbbkbpjmmpaahenbajcjbdabbph
URL Chính Thức https://chromewebstore.google.com/detail/pixel-pets/dklpccbbkbpjmmpaahenbajcjbdabbph
Mô tả Pixel Pets are a cute addition to your web browser! Let these smol fur friends roam around your screen to keep you focused while…
Kích Thước Tệp 52.64 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-07-16
Ngày Phát Hành 2023-07-16
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển JVCOB
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}