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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
| URL หน้าช่วยเหลือ | 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"
}
} | |