Cookie Clicker

Clicks cookie in Cookie Clicker when any keys are pressed.

What is Cookie Clicker?

Cookie Clicker is a Chrome extension developed by yanagi, and its main feature is "Clicks cookie in Cookie Clicker when any keys are pressed.".

Extension Screenshots

screenshot

Download Cookie Clicker Extension CRX File

Download Cookie Clicker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!!                    

Extension Basic Information

Name Cookie Clicker Cookie Clicker
ID jkhefpaaphbihngmjakkdfimkcfnbink
Official URL https://chromewebstore.google.com/detail/cookie-clicker/jkhefpaaphbihngmjakkdfimkcfnbink
Description Clicks cookie in Cookie Clicker when any keys are pressed.
File Size 33.85 KB
Installation Count 10,000
Current Version 1.0
Last Updated 2018-01-06
Publish Date 2018-01-05
Rating 2.48/5 Total 50 Ratings
Developer yanagi
Payment Type free
Supported Languages 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"
        }
    ]
}