Twitch Bonus AutoRedeemer

Redeems the little green box of bonus channel points automatically so you don't have to :)

ما هو Twitch Bonus AutoRedeemer؟

Twitch Bonus AutoRedeemer هو إضافة Chrome تم تطويرها بواسطة alex، والميزة الرئيسية لها هي "Redeems the little green box of bonus channel points automatically so you don't have to :)".

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

screenshot

تحميل ملف CRX للإضافة Twitch Bonus AutoRedeemer

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

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

                        Automatically redeems bonus points for any Twitch channel you are currently watching                    

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

الاسم Twitch Bonus AutoRedeemer Twitch Bonus AutoRedeemer
ID kgikffepcmbceoekidaeghgkjlanieaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj
الوصف Redeems the little green box of bonus channel points automatically so you don't have to :)
حجم الملف 4.94 KB
عدد التثبيتات 20
النسخة الحالية 1.0.2
آخر تحديث 2021-05-24
تاريخ النشر 2020-09-23
المطور alex
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Bonus AutoRedeemer",
    "version": "1.0.2",
    "description": "Redeems the little green box of bonus channel points automatically so you don't have to :)",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitch-bonus-redeemer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2
}