Twitch Channel Points Auto-Clicker
Auto-click those channel point bonuses
Twitch Channel Points Auto-Clickerคืออะไร?
Twitch Channel Points Auto-Clicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trmcnvn และคุณลักษณะหลักของมันคือ "Auto-click those channel point bonuses"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Channel Points Auto-Clicker
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Channel Points Auto-Clicker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto-click those channel point bonuses on Twitch
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mdlokilgafgmaeojenoidfpjcacpllap |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap |
คำอธิบาย | Auto-click those channel point bonuses |
ขนาดไฟล์ | 11.37 KB |
จำนวนการติดตั้ง | 30,000 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2021-09-10 |
วันที่เผยแพร่ | 2019-11-04 |
คะแนน | 4.30/5 รวมทั้งหมด 61 คะแนน |
ผู้พัฒนา | trmcnvn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/trmcnvn/twitch-channel-points |
URL หน้าช่วยเหลือ | https://github.com/trmcnvn/twitch-channel-points/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Auto-Clicker", "description": "Auto-click those channel point bonuses", "version": "0.9", "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points", "icons": { "16": "resources\/16.png", "48": "resources\/48.png", "96": "resources\/96.png", "128": "resources\/128.png" }, "web_accessible_resources": [ "dist\/src\/auto-clicker.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "dist\/src\/index.js" ], "run_at": "document_idle", "all_frames": true } ] } |