Cookie clicker, clicker

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

Co je Cookie clicker, clicker?

Cookie clicker, clicker je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension clicks so you don't hurt your finger.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cookie clicker, clicker

Stáhněte si soubory rozšíření Cookie clicker, clicker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Cookie clicker, clicker Cookie clicker, clicker
ID ikkmlinflfffinhglacakfnkapjfpkno
Oficiální URL https://chromewebstore.google.com/detail/cookie-clicker-clicker/ikkmlinflfffinhglacakfnkapjfpkno
Popis This extension clicks so you don't hurt your finger.
Velikost souboru 24.3 KB
Počet instalací 3,392
Aktuální Verze 2.12
Poslední Aktualizace 2014-05-10
Datum Vydání 2014-05-10
Hodnocení 2.80/5 Celkem 155 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}