Kitty Clicker

Be visited by CryptoKitties in your browser!

Qu'est-ce que Kitty Clicker ?

Kitty Clicker est une extension Chrome développée par unknown, et sa fonction principale est "Be visited by CryptoKitties in your browser!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kitty Clicker

Téléchargez les fichiers d'extension Kitty Clicker 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

                        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?                    

Informations de Base sur l'Extension

Nom Kitty Clicker Kitty Clicker
ID nmjjmlhjfmaaceldcbmdndfokbigohkm
URL Officiel https://chrome.google.com/webstore/detail/kitty-clicker/nmjjmlhjfmaaceldcbmdndfokbigohkm
Description Be visited by CryptoKitties in your browser!
Taille du Fichier 1.34 MB
Nombre d'Installations 497
Version Actuelle 1.1.2
Dernière Mise à Jour 2018-08-23
Date de Publication 2018-08-23
Évaluation 3.67/5 Total 3 Évaluations
Développeur unknown
Type de Paiement free
Langues Prises en Charge 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
}