Twitch Bonus AutoRedeemer
Redeems the little green box of bonus channel points automatically so you don't have to :)
Twitch Bonus AutoRedeemerคืออะไร?
Twitch Bonus AutoRedeemer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alex และคุณลักษณะหลักของมันคือ "Redeems the little green box of bonus channel points automatically so you don't have to :)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Bonus AutoRedeemer
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Bonus AutoRedeemer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically redeems bonus points for any Twitch channel you are currently watching
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Bonus AutoRedeemer |
ID | kgikffepcmbceoekidaeghgkjlanieaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj |
คำอธิบาย | Redeems the little green box of bonus channel points automatically so you don't have to :) |
ขนาดไฟล์ | 4.94 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2021-05-24 |
วันที่เผยแพร่ | 2020-09-23 |
ผู้พัฒนา | alex |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Bonus AutoRedeemer", "version": "1.0.2", "description": "Redeems the little green box of bonus channel points automatically so you don't have to :)", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twitch-bonus-redeemer.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "incognito": "spanning", "manifest_version": 2 } |