Cute Cat

Here is your cute cat. Be happy!

Wat is Cute Cat?

Cute Cat is een Chrome-extensie ontwikkeld door devkhs37, en de belangrijkste functie is "Here is your cute cat. Be happy!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cute Cat

Download Cute Cat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cute Cat Cute Cat
ID pcicppminbpfkkfnnkkhfknalhelbabn
Officiële URL https://chromewebstore.google.com/detail/cute-cat/pcicppminbpfkkfnnkkhfknalhelbabn
Beschrijving Here is your cute cat. Be happy!
Bestandsgrootte 21.13 KB
Aantal Installaties 961
Huidige Versie 0.1.9
Laatst Bijgewerkt 2022-08-09
Publicatiedatum 2022-07-19
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar devkhs37
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}