Twitch Channel Points Auto Clicker

Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

ما هو Twitch Channel Points Auto Clicker؟

Twitch Channel Points Auto Clicker هو إضافة Chrome تم تطويرها بواسطة https://raven.fo، والميزة الرئيسية لها هي "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".

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

screenshot

تحميل ملف CRX للإضافة Twitch Channel Points Auto Clicker

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

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

                        Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Make sure to refresh Twitch after installing the extension.                    

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

الاسم Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
الوصف Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
حجم الملف 86.97 KB
عدد التثبيتات 154,328
النسخة الحالية 0.0.13
آخر تحديث 2022-06-18
تاريخ النشر 2020-06-17
تقييم 4.16/5 مجموع تقييمات 152
المطور https://raven.fo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Clicker",
    "short_name": "TCPAC",
    "version": "0.0.13",
    "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "badge.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}