Cookie Clicker

Clicks cookie in Cookie Clicker when any keys are pressed.

Qu'est-ce que Cookie Clicker ?

Cookie Clicker est une extension Chrome développée par yanagi, et sa fonction principale est "Clicks cookie in Cookie Clicker when any keys are pressed.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Clicks the cookie in Cookie Clicker when any keys are pressed.
Steps
1. Install this app
2. Go to Cookie Clicker page
3. Press any key!!                    

Informations de Base sur l'Extension

Nom Cookie Clicker Cookie Clicker
ID jkhefpaaphbihngmjakkdfimkcfnbink
URL Officiel https://chromewebstore.google.com/detail/cookie-clicker/jkhefpaaphbihngmjakkdfimkcfnbink
Description Clicks cookie in Cookie Clicker when any keys are pressed.
Taille du Fichier 33.85 KB
Nombre d'Installations 10,000
Version Actuelle 1.0
Dernière Mise à Jour 2018-01-06
Date de Publication 2018-01-05
Évaluation 2.48/5 Total 50 Évaluations
Développeur yanagi
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Clicker",
    "description": "Clicks cookie in Cookie Clicker when any keys are pressed.",
    "icons": {
        "128": "cookie_128.png"
    },
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}