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