Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
ما هو Twitch Channel Points Auto Redeem؟
Twitch Channel Points Auto Redeem هو إضافة Chrome تم تطويرها بواسطة Frank، والميزة الرئيسية لها هي "Automatically redeem the bonus channel points when the option pops up in twitch chat".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Channel Points Auto Redeem
قم بتنزيل ملفات الامتداد Twitch Channel Points Auto Redeem بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded. Open source at https://github.com/FrankSalmick/twitch-autoredeem Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues
معلومات أساسية عن التمديد
الاسم | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
الوصف | Automatically redeem the bonus channel points when the option pops up in twitch chat |
حجم الملف | 7.08 KB |
عدد التثبيتات | 903 |
النسخة الحالية | 20.12.23 |
آخر تحديث | 2020-12-24 |
تاريخ النشر | 2020-04-08 |
تقييم | 4.80/5 مجموع تقييمات 5 |
المطور | Frank |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/FrankSalmick/twitch-autoredeem |
عنوان صفحة المساعدة | https://github.com/FrankSalmick/twitch-autoredeem/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat", "manifest_version": 2, "name": "Twitch Channel Points Auto Redeem", "short_name": "Channel Points Redeemer", "version": "20.12.23", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "twitchAutoredeem.js" ], "run_at": "document_idle" } ], "icons": { "128": "icon128.png" } } |