Twitch Treasure Collector (Channel Points)
Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK
Twitch Treasure Collector (Channel Points)คืออะไร?
Twitch Treasure Collector (Channel Points) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chris และคุณลักษณะหลักของมันคือ "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Treasure Collector (Channel Points)
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Treasure Collector (Channel Points) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you a regular viewer of Twitch.TV streamers? Do your favourite broadcasters offer channel points? If you want to make sure you never miss out on those extra bonus channel points, then this is the extension for you! Simply add to your browser, and whenever you're on a Twitch.TV channel, we'll periodically check to see if there is a bonus to be had, if there is, we'll collect it for you, even if you're not at your keyboard!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bbpbicnlhdipmlbohpjhecindeieebbe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitch-treasure-collector/bbpbicnlhdipmlbohpjhecindeieebbe |
คำอธิบาย | Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK |
ขนาดไฟล์ | 2.25 MB |
จำนวนการติดตั้ง | 234 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-03-12 |
วันที่เผยแพร่ | 2020-03-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | chris |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/cmjchrisjones/TwitchTreasureCollector |
URL หน้าช่วยเหลือ | https://github.com/cmjchrisjones/TwitchTreasureCollector |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Twitch Treasure Collector (Channel Points)", "description": "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK", "browser_action": [], "icons": { "16": ".\/1x\/Logo-8.png", "48": ".\/1x\/Logo-8.png", "128": ".\/1x\/Logo-8.png" }, "author": "Chris Jones, Brett Miller, CorBob", "permissions": [ "tabs", "*:\/\/*.twitch.tv\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "collector.js" ] } ] } |