Cookie Clicker Extended

Adds extra items and depth to Cookie Clicker

Cookie Clicker Extendedคืออะไร?

Cookie Clicker Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cookie Monster และคุณลักษณะหลักของมันคือ "Adds extra items and depth to Cookie Clicker"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Clicker Extended

ดาวน์โหลดไฟล์ส่วนขยาย Cookie Clicker Extended ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A broswer extension that adds extra items and depth to the game Cookie Clicker by Orteil (http://orteil.dashnet.org/).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cookie Clicker Extended Cookie Clicker Extended
ID mefkpmhgfljflbldannlgahlmhagdcoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookie-clicker-extended/mefkpmhgfljflbldannlgahlmhagdcoe
คำอธิบาย Adds extra items and depth to Cookie Clicker
ขนาดไฟล์ 10.97 KB
จำนวนการติดตั้ง 3,633
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2013-08-16
วันที่เผยแพร่ 2013-08-16
คะแนน 3.12/5 รวมทั้งหมด 57 คะแนน
ผู้พัฒนา Cookie Monster
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "test.user.js"
            ],
            "matches": [
                "http:\/\/orteil.dashnet.org\/experiments\/cookie\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Adds extra items and depth to Cookie Clicker",
    "name": "Cookie Clicker Extended",
    "version": "0.8",
    "icons": {
        "128": "icon_128.png"
    }
}