Cookie clicker, clicker

This extension clicks so you don't hurt your finger.

What is Cookie clicker, clicker?

Cookie clicker, clicker is a Chrome extension developed by Unknown, and its main feature is "This extension clicks so you don't hurt your finger.".

Extension Screenshots

screenshot

Download Cookie clicker, clicker Extension CRX File

Download Cookie clicker, 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

                        This is an automatic click engine for the cookie clicker game 
(http://orteil.dashnet.org/cookieclicker/) 

Upgrades, buildings and bigCookie clicks are optional 

Also ignores the granny apocalypse for you to activate yourself when ready.

Latest Update
- Really really should ignore all the season upgrades now
- Added support for new products and future ones
- Added option to remove the message popups                    

Extension Basic Information

Name Cookie clicker, clicker Cookie clicker, clicker
ID ikkmlinflfffinhglacakfnkapjfpkno
Official URL https://chromewebstore.google.com/detail/cookie-clicker-clicker/ikkmlinflfffinhglacakfnkapjfpkno
Description This extension clicks so you don't hurt your finger.
File Size 24.3 KB
Installation Count 3,392
Current Version 2.12
Last Updated 2014-05-10
Publish Date 2014-05-10
Rating 2.80/5 Total 155 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie clicker, clicker",
    "description": "This extension clicks so you don't hurt your finger.",
    "version": "2.12",
    "web_accessible_resources": [
        "cookiecode.js"
    ],
    "permissions": [
        "http:\/\/orteil.dashnet.org\/cookieclicker\/",
        "http:\/\/orteil.dashnet.org\/cookieclicker\/beta\/"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/",
                "http:\/\/orteil.dashnet.org\/cookieclicker\/beta\/"
            ],
            "js": [
                "loadthis.js"
            ],
            "run_at": "document_end"
        }
    ]
}