Twitch Channel Points Auto Clicker
Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Twitch Channel Points Auto Clickerคืออะไร?
Twitch Channel Points Auto Clicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://raven.fo และคุณลักษณะหลักของมันคือ "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Channel Points Auto Clicker
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Channel Points Auto Clicker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace. Make sure to refresh Twitch after installing the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Channel Points Auto Clicker |
ID | jdpblpklojajpopllbckephjndibljbc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc |
คำอธิบาย | Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace. |
ขนาดไฟล์ | 86.97 KB |
จำนวนการติดตั้ง | 154,328 |
เวอร์ชันปัจจุบัน | 0.0.13 |
อัปเดตครั้งล่าสุด | 2022-06-18 |
วันที่เผยแพร่ | 2020-06-17 |
คะแนน | 4.16/5 รวมทั้งหมด 152 คะแนน |
ผู้พัฒนา | https://raven.fo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Auto Clicker", "short_name": "TCPAC", "version": "0.0.13", "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "badge.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |