Cute Cat

Here is your cute cat. Be happy!

Vad är Cute Cat?

Cute Cat är en Chrome-tillägg utvecklad av devkhs37, och dess huvudfunktion är "Here is your cute cat. Be happy!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Cute Cat-förlängningens CRX-fil

Ladda ner Cute Cat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cute Cat Cute Cat
ID pcicppminbpfkkfnnkkhfknalhelbabn
Officiell webbadress https://chromewebstore.google.com/detail/cute-cat/pcicppminbpfkkfnnkkhfknalhelbabn
Beskrivning Here is your cute cat. Be happy!
Filstorlek 21.13 KB
Antal Installationer 961
Aktuell Version 0.1.9
Senast Uppdaterad 2022-08-09
Publiceringsdatum 2022-07-19
Betyg 3.80/5 Totalt 5 Betyg
Utvecklare devkhs37
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}