Cookie clicker, clicker

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

ما هو Cookie clicker, clicker؟

Cookie clicker, clicker هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension clicks so you don't hurt your finger.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Cookie clicker, clicker

قم بتنزيل ملفات الامتداد Cookie clicker, clicker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Cookie clicker, clicker Cookie clicker, clicker
ID ikkmlinflfffinhglacakfnkapjfpkno
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-clicker-clicker/ikkmlinflfffinhglacakfnkapjfpkno
الوصف This extension clicks so you don't hurt your finger.
حجم الملف 24.3 KB
عدد التثبيتات 3,392
النسخة الحالية 2.12
آخر تحديث 2014-05-10
تاريخ النشر 2014-05-10
تقييم 2.80/5 مجموع تقييمات 155
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}