Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Twitch Channel Points Auto Redeemคืออะไร?
Twitch Channel Points Auto Redeem เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frank และคุณลักษณะหลักของมันคือ "Automatically redeem the bonus channel points when the option pops up in twitch chat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Channel Points Auto Redeem
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Channel Points Auto Redeem ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded. Open source at https://github.com/FrankSalmick/twitch-autoredeem Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
คำอธิบาย | Automatically redeem the bonus channel points when the option pops up in twitch chat |
ขนาดไฟล์ | 7.08 KB |
จำนวนการติดตั้ง | 903 |
เวอร์ชันปัจจุบัน | 20.12.23 |
อัปเดตครั้งล่าสุด | 2020-12-24 |
วันที่เผยแพร่ | 2020-04-08 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Frank |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/FrankSalmick/twitch-autoredeem |
URL หน้าช่วยเหลือ | https://github.com/FrankSalmick/twitch-autoredeem/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat", "manifest_version": 2, "name": "Twitch Channel Points Auto Redeem", "short_name": "Channel Points Redeemer", "version": "20.12.23", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "twitchAutoredeem.js" ], "run_at": "document_idle" } ], "icons": { "128": "icon128.png" } } |