Cute Cat

Here is your cute cat. Be happy!

Was ist Cute Cat?

Cute Cat ist eine Chrome-Erweiterung, die von devkhs37 entwickelt wurde, und ihr Hauptmerkmal ist "Here is your cute cat. Be happy!".

Erweiterungsscreenshots

screenshot
screenshot

Cute Cat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cute Cat-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

                        You can see a cute cat in a web browser.
This cat makes you feel good and improves your quality of life.

You can click cat to be loved by a cat.

You can Doubleclick cat to be summon a baby cat.

You can Drag cat to move cat.

Press the extension icon to enter pop-up menu.

You can set the image on/off in the pop-up menu.

You can summon a fish by pressing the fish button on the pop-up menu.

Drag the fish to the cat and the cat gets bigger.                    

Grundlegende Informationen zur Erweiterung

Name Cute Cat Cute Cat
ID pcicppminbpfkkfnnkkhfknalhelbabn
Offizielle URL https://chromewebstore.google.com/detail/cute-cat/pcicppminbpfkkfnnkkhfknalhelbabn
Beschreibung Here is your cute cat. Be happy!
Dateigröße 21.13 KB
Installationsanzahl 961
Aktuelle Version 0.1.9
Letztes Update 2022-08-09
Veröffentlichungsdatum 2022-07-19
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler devkhs37
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cute Cat",
    "description": "Here is your cute cat. Be happy!",
    "version": "0.1.9",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}