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…

Was ist pixel-pets?

pixel-pets ist eine Chrome-Erweiterung, die von JVCOB entwickelt wurde, und ihr Hauptmerkmal ist "Pixel Pets are a cute addition to your web browser! Let these smol fur friends roam around your screen to keep you focused while…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

pixel-pets-Erweiterungs-CRX-Datei herunterladen

Laden Sie pixel-pets-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name pixel-pets pixel-pets
ID dklpccbbkbpjmmpaahenbajcjbdabbph
Offizielle URL https://chromewebstore.google.com/detail/pixel-pets/dklpccbbkbpjmmpaahenbajcjbdabbph
Beschreibung Pixel Pets are a cute addition to your web browser! Let these smol fur friends roam around your screen to keep you focused while…
Dateigröße 52.64 KB
Installationsanzahl 41
Aktuelle Version 0.0.1
Letztes Update 2023-07-16
Veröffentlichungsdatum 2023-07-16
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler JVCOB
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}