Fast Forward Cookie Clicker

Fast Forward Cookie Clicker

ما هو Fast Forward Cookie Clicker؟

Fast Forward Cookie Clicker هو إضافة Chrome تم تطويرها بواسطة Y.O، والميزة الرئيسية لها هي "Fast Forward Cookie Clicker".

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

screenshot

تحميل ملف CRX للإضافة Fast Forward Cookie Clicker

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

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

                        Fast Forward Cookie Clicker for busy person who cannot wait baking.

This extension only skip frames to accelerate baking.
Cookies will be baked at a rate of up to 150 times.

Everything is fast, so make it hard to get golden cookies.

Verified with Cookie Clicker 1.036.                    

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

الاسم Fast Forward Cookie Clicker Fast Forward Cookie Clicker
ID cabpifjghnpgidgabhhcglnmabpggcem
عنوان URL الرسمي https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem
الوصف Fast Forward Cookie Clicker
حجم الملف 6.42 KB
عدد التثبيتات 5,514
النسخة الحالية 1.0
آخر تحديث 2013-09-19
تاريخ النشر 2013-09-19
تقييم 3.44/5 مجموع تقييمات 62
المطور Y.O
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Forward Cookie Clicker",
    "version": "1.0",
    "description": "Fast Forward Cookie Clicker",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Fast Forward Cookie Clicker",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}