Twitch - Auto Claim Points(忠誠點數)
Automatically claim the bonus channel points when the option pops up in twitch chat.
ما هو Twitch - Auto Claim Points(忠誠點數)؟
Twitch - Auto Claim Points(忠誠點數) هو إضافة Chrome تم تطويرها بواسطة ITyouG، والميزة الرئيسية لها هي "Automatically claim the bonus channel points when the option pops up in twitch chat.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch - Auto Claim Points(忠誠點數)
قم بتنزيل ملفات الامتداد Twitch - Auto Claim Points(忠誠點數) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically claim the bonus channel points when the option pops up in twitch chat. This extension will redeem the bonus points from Twitch Channel Points that are given to viewers during live streams each 15 minutes. Source code:https://github.com/ITyouG/Auto-Claim-Twitch-Points
معلومات أساسية عن التمديد
الاسم | Twitch - Auto Claim Points(忠誠點數) |
ID | gjhoghnlnfbcacnbfagcbfdmjejebaje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-auto-claim-points%E5%BF%A0/gjhoghnlnfbcacnbfagcbfdmjejebaje |
الوصف | Automatically claim the bonus channel points when the option pops up in twitch chat. |
حجم الملف | 6.07 KB |
عدد التثبيتات | 674 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-11-03 |
تاريخ النشر | 2021-03-07 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | ITyouG |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch - Auto Claim Points(\u5fe0\u8aa0\u9ede\u6578)", "description": "Automatically claim the bonus channel points when the option pops up in twitch chat.", "version": "1.0.0", "manifest_version": 2, "permissions": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "injected.js" ], "all_frames": true } ], "icons": { "32": "icon_32.png", "48": "icon_48.png", "64": "icon_64.png" } } |