Twitch - Auto Channel Points
Automatically collects Twitch.tv channel points
ما هو Twitch - Auto Channel Points؟
Twitch - Auto Channel Points هو إضافة Chrome تم تطويرها بواسطة arnoutpullen، والميزة الرئيسية لها هي "Automatically collects Twitch.tv channel points".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch - Auto Channel Points
قم بتنزيل ملفات الامتداد Twitch - Auto Channel Points بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!
If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped معلومات أساسية عن التمديد
| الاسم | |
| ID | pnifeididimfpaomnnellcfjnjmgoepk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk |
| الوصف | Automatically collects Twitch.tv channel points |
| حجم الملف | 19.93 KB |
| عدد التثبيتات | 14,799 |
| النسخة الحالية | 1.0.2 |
| آخر تحديث | 2022-01-27 |
| تاريخ النشر | 2020-04-07 |
| تقييم | 2.86/5 مجموع تقييمات 36 |
| المطور | arnoutpullen |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/ArnoutPullen/TwitchAutoChannelPoints |
| عنوان صفحة المساعدة | https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch - Auto Channel Points",
"description": "Automatically collects Twitch.tv channel points",
"version": "1.0.2",
"author": "Arnout Pullen",
"content_scripts": [
{
"js": [
"sites\/twitch\/twitch.js"
],
"matches": [
"https:\/\/*.twitch.tv\/*"
]
}
],
"icons": {
"128": "assets\/icons\/icon-128x128.png",
"16": "assets\/icons\/icon-16x16.png",
"32": "assets\/icons\/icon-32x32.png",
"48": "assets\/icons\/icon-48x48.png"
}
} | |