Twitch Points Chest Clicker
Clicks the twitch points chest automatically for you.
Twitch Points Chest Clickerคืออะไร?
Twitch Points Chest Clicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clinton และคุณลักษณะหลักของมันคือ "Clicks the twitch points chest automatically for you."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Points Chest Clicker
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Points Chest Clicker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically clicks the points chest for twitch streams. Checks every 15 seconds.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lmnekimpcncfaincbkgnbmbjcnkncpff |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff |
คำอธิบาย | Clicks the twitch points chest automatically for you. |
ขนาดไฟล์ | 18.34 KB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2020-12-21 |
วันที่เผยแพร่ | 2020-05-02 |
ผู้พัฒนา | Clinton |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Points Chest Clicker", "version": "0.3", "description": "Clicks the twitch points chest automatically for you.", "icons": { "48": "icons\/treasure_Chest_48.png", "96": "icons\/treasure_Chest_96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twitch_points.js" ] } ] } |