Twitch Reward Claimer
Automatically claim twitch channel points rewards.
ما هو Twitch Reward Claimer؟
Twitch Reward Claimer هو إضافة Chrome تم تطويرها بواسطة Xenova، والميزة الرئيسية لها هي "Automatically claim twitch channel points rewards.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Reward Claimer
قم بتنزيل ملفات الامتداد Twitch Reward Claimer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.
معلومات أساسية عن التمديد
الاسم | |
ID | ebdhfgaeakejhkmikccanilmpadplhak |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak |
الوصف | Automatically claim twitch channel points rewards. |
حجم الملف | 5.35 KB |
عدد التثبيتات | 743 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-10-04 |
تاريخ النشر | 2020-10-04 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Xenova |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/xenova/twitch-reward-claimer |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Reward Claimer", "version": "1.0.0", "description": "Automatically claim twitch channel points rewards.", "short_name": "Twitch Reward Claimer", "permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "background.js" ] } ], "browser_action": { "default_title": "Twitch Reward Claimer", "default_popup": "popup.html", "default_icon": "icon.png" }, "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer" } |