Cookie clicker, clicker

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

Apa itu Cookie clicker, clicker?

Cookie clicker, clicker adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension clicks so you don't hurt your finger.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cookie clicker, clicker

Unduh file ekstensi Cookie clicker, clicker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Cookie clicker, clicker Cookie clicker, clicker
ID ikkmlinflfffinhglacakfnkapjfpkno
URL Resmi https://chromewebstore.google.com/detail/cookie-clicker-clicker/ikkmlinflfffinhglacakfnkapjfpkno
Deskripsi This extension clicks so you don't hurt your finger.
Ukuran File 24.3 KB
Jumlah Instalasi 3,392
Versi Saat Ini 2.12
Terakhir Diperbarui 2014-05-10
Tanggal Publikasi 2014-05-10
Penilaian 2.80/5 Total 155 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}