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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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