Cute Cat

Here is your cute cat. Be happy!

O que é Cute Cat?

Cute Cat é uma extensão do Chrome desenvolvida por devkhs37, e sua principal característica é "Here is your cute cat. Be happy!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cute Cat

Baixe arquivos de extensão Cute Cat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cute Cat Cute Cat
ID pcicppminbpfkkfnnkkhfknalhelbabn
URL Oficial https://chromewebstore.google.com/detail/cute-cat/pcicppminbpfkkfnnkkhfknalhelbabn
Descrição Here is your cute cat. Be happy!
Tamanho do Arquivo 21.13 KB
Contagem de Instalações 961
Versão Atual 0.1.9
Última Atualização 2022-08-09
Data de Publicação 2022-07-19
Classificação 3.80/5 Total de 5 Avaliações
Desenvolvedor devkhs37
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}