Twitch gift auto clicker

Auto click to claim +50 bonus channel points.

ما هو Twitch gift auto clicker؟

Twitch gift auto clicker هو إضافة Chrome تم تطويرها بواسطة Nikita Madeev، والميزة الرئيسية لها هي "Auto click to claim +50 bonus channel points.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Twitch gift auto clicker

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

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

                        Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears.

———————————————————

Source code and bug tracker
https://github.com/NekitCorp/twitch-gift-auto-clicker                    

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

الاسم Twitch gift auto clicker Twitch gift auto clicker
ID bpmlmokbcfjnjodihdnobmaphhdoepdb
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb
الوصف Auto click to claim +50 bonus channel points.
حجم الملف 8 KB
عدد التثبيتات 46
النسخة الحالية 2.2.0
آخر تحديث 2023-10-19
تاريخ النشر 2023-05-06
تقييم 4.67/5 مجموع تقييمات 3
المطور Nikita Madeev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/NekitCorp/twitch-gift-auto-clicker
عنوان صفحة المساعدة https://github.com/NekitCorp/twitch-gift-auto-clicker
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch gift auto clicker",
    "description": "Auto click to claim +50 bonus channel points.",
    "version": "2.2.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/twitch.tv\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}