Kitty Clicker

Be visited by CryptoKitties in your browser!

O que é Kitty Clicker?

Kitty Clicker é uma extensão do Chrome desenvolvida por unknown, e sua principal característica é "Be visited by CryptoKitties in your browser!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Kitty Clicker

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

                        KittyClicker

The game that never stops brings a pawful of fun to the most mundane tasks!

Simply install the extension and go back to browsing the internet like always. Kitties will pop quickly onto your screen before disappearing back to their couch in the cloud. Click the Kitty to score points! The faster the Kitty vanishes, the more points it's worth. Check your score or pause and restart the game by clicking on the extension.

How many Kitties will you click?                    

Informações Básicas da Extensão

Nome Kitty Clicker Kitty Clicker
ID nmjjmlhjfmaaceldcbmdndfokbigohkm
URL Oficial https://chrome.google.com/webstore/detail/kitty-clicker/nmjjmlhjfmaaceldcbmdndfokbigohkm
Descrição Be visited by CryptoKitties in your browser!
Tamanho do Arquivo 1.34 MB
Contagem de Instalações 497
Versão Atual 1.1.2
Última Atualização 2018-08-23
Data de Publicação 2018-08-23
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kitty Clicker",
    "version": "1.1.2",
    "description": "Be visited by CryptoKitties in your browser!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "KittyClicker",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "icons": {
        "16": "favicon\/icon-16.png",
        "48": "favicon\/icon-48.png",
        "128": "favicon\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}