Twitch channel points auto clicker

Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…

ما هو Twitch channel points auto clicker؟

Twitch channel points auto clicker هو إضافة Chrome تم تطويرها بواسطة ugo.P، والميزة الرئيسية لها هي "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".

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

screenshot
screenshot
screenshot

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

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

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

                        Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.                    

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

الاسم Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
الوصف Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
حجم الملف 5.56 KB
عدد التثبيتات 162
النسخة الحالية 1.15
آخر تحديث 2022-01-30
تاريخ النشر 2020-12-31
تقييم 1.00/5 مجموع تقييمات 1
المطور ugo.P
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch channel points auto clicker",
    "version": "1.15",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "ClickLoop.js",
                "Style.js",
                "CountDown.js"
            ]
        }
    ]
}