Cookie clicker control

This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard

ما هو Cookie clicker control؟

Cookie clicker control هو إضافة Chrome تم تطويرها بواسطة argent، والميزة الرئيسية لها هي "This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard".

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

screenshot

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

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

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

                        You can make modifications to:
- Cookies
- Achievements
- Purchases
- Upgrades
- Heavenly chips
- Prestige level
- Prestige upgrades

*** Disclaimer ***
I'm not affiliated with orteil or dashnet in anyway this was meant to be just a fun project I wouldn't recommend using my extension, it ruins the fun out of the game anyways have a nice day :)                    

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

الاسم Cookie clicker control Cookie clicker control
ID bglkgdkjpdjhnepilabaofndpgocpmlb
عنوان URL الرسمي https://chromewebstore.google.com/detail/cookie-clicker-control/bglkgdkjpdjhnepilabaofndpgocpmlb
الوصف This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard
حجم الملف 75.28 KB
عدد التثبيتات 3,001
النسخة الحالية 1.1
آخر تحديث 2021-11-07
تاريخ النشر 2021-07-25
تقييم 3.57/5 مجموع تقييمات 7
المطور argent
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie clicker control",
    "description": "This extension lets you modify your cookie clicker game via a menu when you press h on your keyboard",
    "version": "1.1",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*orteil.dashnet.org\/cookieclicker*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/orteil.dashnet.org\/cookieclicker\/"
            ],
            "run_at": "document_idle",
            "js": [
                "mods.js"
            ]
        }
    ]
}