Twich.tv: Auto-Point Claimer
An easy and automatic way to claim Channel Points for twitch.tv.
Twich.tv: Auto-Point Claimerคืออะไร?
Twich.tv: Auto-Point Claimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LorenKociko และคุณลักษณะหลักของมันคือ "An easy and automatic way to claim Channel Points for twitch.tv."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twich.tv: Auto-Point Claimer
ดาวน์โหลดไฟล์ส่วนขยาย Twich.tv: Auto-Point Claimer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An easy and automatic way to claim Channel Points for twitch.tv. This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twich.tv: Auto-Point Claimer |
ID | dfjjoleblddbjilmihenpcpjkndamphe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe |
คำอธิบาย | An easy and automatic way to claim Channel Points for twitch.tv. |
ขนาดไฟล์ | 260 KB |
จำนวนการติดตั้ง | 3,577 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-02-27 |
วันที่เผยแพร่ | 2022-02-24 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | LorenKociko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twich.tv: Auto-Point Claimer", "description": "An easy and automatic way to claim Channel Points for twitch.tv.", "version": "1.0", "background": { "service_worker": "background.js" }, "icons": { "16": ".\/icons\/16.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "action": { "default_icon": { "16": ".\/icons\/16.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "default_popup": "index.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "index.js" ] } ] } |