Twitch Points Chest Clicker

Clicks the twitch points chest automatically for you.

ما هو Twitch Points Chest Clicker؟

Twitch Points Chest Clicker هو إضافة Chrome تم تطويرها بواسطة Clinton، والميزة الرئيسية لها هي "Clicks the twitch points chest automatically for you.".

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

screenshot

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

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

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

                        Automatically clicks the points chest for twitch streams. Checks every 15 seconds.                    

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

الاسم Twitch Points Chest Clicker Twitch Points Chest Clicker
ID lmnekimpcncfaincbkgnbmbjcnkncpff
عنوان URL الرسمي https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff
الوصف Clicks the twitch points chest automatically for you.
حجم الملف 18.34 KB
عدد التثبيتات 91
النسخة الحالية 0.3
آخر تحديث 2020-12-21
تاريخ النشر 2020-05-02
المطور Clinton
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Points Chest Clicker",
    "version": "0.3",
    "description": "Clicks the twitch points chest automatically for you.",
    "icons": {
        "48": "icons\/treasure_Chest_48.png",
        "96": "icons\/treasure_Chest_96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitch_points.js"
            ]
        }
    ]
}