Twitch Channel Point Auto Claimer
Auto-claiming bonus channel points on twitch.tv with record tracing function.
Twitch Channel Point Auto Claimerคืออะไร?
Twitch Channel Point Auto Claimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย barryyik และคุณลักษณะหลักของมันคือ "Auto-claiming bonus channel points on twitch.tv with record tracing function."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Channel Point Auto Claimer
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Channel Point Auto Claimer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
▶▶💬How To Use💬◀◀ 1️⃣ Refresh twitch websites after installation. It will then check and claim channel points automatically if the "claim special bonuses button" is present. 2️⃣ You can check how many points has been claimed by this extension for each channel by clicking the extension icon. ▶▶📝Update Log📝◀◀ Version 1.1.1 (2022.03.16): - Fix: Exclude dashboard.twitch.tv and Setting page Version 1.1.0 (2021.09.26): - Change: Migrated from Manifest V2 to Manifest V3 Version 1.0.8 (2021.07.22): - Fix: Record cannot be cleared Version 1.0.7 (2021.05.25): - Change: Bonus button detection is now more adaptive for future Twitch changes Version 1.0.6 (2021.05.18): - Change: Updated with Twitch.tv new button name - Change: Minor UI changes Version 1.0.5 (2021.04.26): - Change: Enhanced performance - Change: Reduced extension file size Version 1.0.4 (2021.03.26): - Change: Enhanced performance Version 1.0.3 (2021.02.24): - Fix: Display bug Version 1.0.2 (2021.02.21): - Change: Reduced extension file size - Change: Minor UI tweaks Version 1.0.1 (2021.02.12): - Add: zh-TW language support - Change: Minor UI tweaks 🔶🔷Source code:🔶🔷 https://github.com/barryyik/Twitch-Channel-Point-Auto-Claimer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Channel Point Auto Claimer |
ID | fchmanciglollaagnijpcagpofejennb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-channel-point-auto/fchmanciglollaagnijpcagpofejennb |
คำอธิบาย | Auto-claiming bonus channel points on twitch.tv with record tracing function. |
ขนาดไฟล์ | 9.29 KB |
จำนวนการติดตั้ง | 25,787 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2022-03-16 |
วันที่เผยแพร่ | 2021-01-06 |
คะแนน | 4.38/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | barryyik |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/barryyik/Twitch-Channel-Point-Auto-Claimer |
ภาษาที่รองรับ | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Channel Point Auto Claimer", "version": "1.1.1", "manifest_version": 3, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "Twitch Channel Point Auto Claimer" }, "permissions": [ "storage" ] } |