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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}