Twitch Auto Bonus
Automatically redeems bonus Channel Points.
Twitch Auto Bonusคืออะไร?
Twitch Auto Bonus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Twitch Auto Bonus และคุณลักษณะหลักของมันคือ "Automatically redeems bonus Channel Points."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Auto Bonus
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Auto Bonus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically claims bonus channel points on Twitch.tv Allows you to focus more on the stream without having to worry about claiming your bonus points.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdncjdpjmpiopiopbgfmlamddfclfgck |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-auto-bonus/cdncjdpjmpiopiopbgfmlamddfclfgck |
คำอธิบาย | Automatically redeems bonus Channel Points. |
ขนาดไฟล์ | 20.76 KB |
จำนวนการติดตั้ง | 16,059 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2023-09-20 |
วันที่เผยแพร่ | 2020-06-15 |
คะแนน | 2.73/5 รวมทั้งหมด 97 คะแนน |
ผู้พัฒนา | Twitch Auto Bonus |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Bonus", "description": "Automatically redeems bonus Channel Points.", "version": "1.5", "manifest_version": 3, "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "injected.js" ], "all_frames": true } ], "chrome_settings_overrides": { "search_provider": { "name": "Smart", "keyword": "Smart", "search_url": "https:\/\/websmartfinder.com\/?n=551&q={searchTerms}", "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "icons": { "32": "32.png", "48": "48.png", "64": "64.png" } } |