Wandering Cat

The cat wanders

O que é Wandering Cat?

Wandering Cat é uma extensão do Chrome desenvolvida por willmccambley, e sua principal característica é "The cat wanders".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Wandering Cat

Baixe arquivos de extensão Wandering 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

                        This extension creates an 8-bit cat that will walk randomly around your browser. You can double click to remove the cat.                    

Informações Básicas da Extensão

Nome Wandering Cat Wandering Cat
ID fekmcdeljonllillnbjhophkhnjhhjpd
URL Oficial https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd
Descrição The cat wanders
Tamanho do Arquivo 165 KB
Contagem de Instalações 193
Versão Atual 2.01
Última Atualização 2021-12-01
Data de Publicação 2021-11-30
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor willmccambley
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sedoc.codes
URL da Página de Ajuda https://github.com/WillCMcC/cat_wanderer
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wandering Cat",
    "description": "The cat wanders",
    "version": "2.01",
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/F_SIT.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/catman.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/onload.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}