Twitch gift auto clicker
Auto click to claim +50 bonus channel points.
Twitch gift auto clickerคืออะไร?
Twitch gift auto clicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikita Madeev และคุณลักษณะหลักของมันคือ "Auto click to claim +50 bonus channel points."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch gift auto clicker
ดาวน์โหลดไฟล์ส่วนขยาย Twitch gift auto clicker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears. ——————————————————— Source code and bug tracker https://github.com/NekitCorp/twitch-gift-auto-clicker
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch gift auto clicker |
ID | bpmlmokbcfjnjodihdnobmaphhdoepdb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb |
คำอธิบาย | Auto click to claim +50 bonus channel points. |
ขนาดไฟล์ | 8 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2023-10-19 |
วันที่เผยแพร่ | 2023-05-06 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Nikita Madeev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/NekitCorp/twitch-gift-auto-clicker |
URL หน้าช่วยเหลือ | https://github.com/NekitCorp/twitch-gift-auto-clicker |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch gift auto clicker", "description": "Auto click to claim +50 bonus channel points.", "version": "2.2.0", "manifest_version": 3, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "128": ".\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |