Cookie clicker, clicker

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

Vad är Cookie clicker, clicker?

Cookie clicker, clicker är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension clicks so you don't hurt your finger.".

Tilläggsskärmbilder

screenshot

Ladda ner Cookie clicker, clicker-förlängningens CRX-fil

Ladda ner Cookie clicker, clicker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Cookie clicker, clicker Cookie clicker, clicker
ID ikkmlinflfffinhglacakfnkapjfpkno
Officiell webbadress https://chromewebstore.google.com/detail/cookie-clicker-clicker/ikkmlinflfffinhglacakfnkapjfpkno
Beskrivning This extension clicks so you don't hurt your finger.
Filstorlek 24.3 KB
Antal Installationer 3,392
Aktuell Version 2.12
Senast Uppdaterad 2014-05-10
Publiceringsdatum 2014-05-10
Betyg 2.80/5 Totalt 155 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
        }
    ]
}