Chest Clicker
Click on twitch chests and streamlabs chests for you :D
Chest Clickerคืออะไร?
Chest Clicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Levy Ars และคุณลักษณะหลักของมันคือ "Click on twitch chests and streamlabs chests for you :D"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chest Clicker
ดาวน์โหลดไฟล์ส่วนขยาย Chest Clicker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enable auto clicker on chests on all twitch.tv tabs. The clicker clicks on twitch and streamlabs chests
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | djkncbclgpleoeflhkbcilcmndcgblil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chest-clicker/djkncbclgpleoeflhkbcilcmndcgblil |
คำอธิบาย | Click on twitch chests and streamlabs chests for you :D |
ขนาดไฟล์ | 35.12 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-09-13 |
วันที่เผยแพร่ | 2020-09-12 |
ผู้พัฒนา | Levy Ars |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "name": "Chest Clicker", "description": "Click on twitch chests and streamlabs chests for you :D", "browser_action": { "default_icon": "icone.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "points.js" ] } ], "permissions": [ "activeTab" ] } |