Cute Cat

Here is your cute cat. Be happy!

Qu'est-ce que Cute Cat ?

Cute Cat est une extension Chrome développée par devkhs37, et sa fonction principale est "Here is your cute cat. Be happy!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cute Cat

Téléchargez les fichiers d'extension Cute Cat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cute Cat Cute Cat
ID pcicppminbpfkkfnnkkhfknalhelbabn
URL Officiel https://chromewebstore.google.com/detail/cute-cat/pcicppminbpfkkfnnkkhfknalhelbabn
Description Here is your cute cat. Be happy!
Taille du Fichier 21.13 KB
Nombre d'Installations 961
Version Actuelle 0.1.9
Dernière Mise à Jour 2022-08-09
Date de Publication 2022-07-19
Évaluation 3.80/5 Total 5 Évaluations
Développeur devkhs37
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}