Twitch Auto Channel Points
Automatically collects twitch channel points for you!
ما هو Twitch Auto Channel Points؟
Twitch Auto Channel Points هو إضافة Chrome تم تطويرها بواسطة joelkerfoot، والميزة الرئيسية لها هي "Automatically collects twitch channel points for you!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Auto Channel Points
قم بتنزيل ملفات الامتداد Twitch Auto Channel Points بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically claims Channel Points on all twitch streams. Works on multiple tabs. View the source: https://github.com/kerfootj/twitch-auto-points
معلومات أساسية عن التمديد
الاسم | |
ID | ohokfmiofkajalkbbdjbjlfbociflmfd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd |
الوصف | Automatically collects twitch channel points for you! |
حجم الملف | 6.07 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-01-13 |
تاريخ النشر | 2020-01-13 |
تقييم | 3.69/5 مجموع تقييمات 26 |
المطور | joelkerfoot |
نوع الدفع | free |
موقع الإضافة | https://github.com/kerfootj/twitch-auto-points |
عنوان صفحة المساعدة | https://github.com/kerfootj/twitch-auto-points/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Channel Points", "version": "1.0.0", "description": "Automatically collects twitch channel points for you!", "manifest_version": 2, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "points.js" ] } ], "icons": { "128": "icon.png", "48": "icon.png" } } |