Cookie Clicker

Clicks cookie in Cookie Clicker when any keys are pressed.

ما هو Cookie Clicker؟

Cookie Clicker هو إضافة Chrome تم تطويرها بواسطة yanagi، والميزة الرئيسية لها هي "Clicks cookie in Cookie Clicker when any keys are pressed.".

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

screenshot

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

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

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

                        Clicks the cookie in Cookie Clicker when any keys are pressed.
Steps
1. Install this app
2. Go to Cookie Clicker page
3. Press any key!!                    

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

الاسم Cookie Clicker Cookie Clicker
ID jkhefpaaphbihngmjakkdfimkcfnbink
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-clicker/jkhefpaaphbihngmjakkdfimkcfnbink
الوصف Clicks cookie in Cookie Clicker when any keys are pressed.
حجم الملف 33.85 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0
آخر تحديث 2018-01-06
تاريخ النشر 2018-01-05
تقييم 2.48/5 مجموع تقييمات 50
المطور yanagi
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Clicker",
    "description": "Clicks cookie in Cookie Clicker when any keys are pressed.",
    "icons": {
        "128": "cookie_128.png"
    },
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}