Twitch Coin Collector
A Chrome Extension to collect the twitch channel points automatically.
Twitch Coin Collectorคืออะไร?
Twitch Coin Collector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rene B. และคุณลักษณะหลักของมันคือ "A Chrome Extension to collect the twitch channel points automatically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Coin Collector
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Coin Collector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this chrome extension you can collect the twitch channel rewards automatically.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Coin Collector |
ID | kjfhmebpccbcooagfbfgddoebmkmclmb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb |
คำอธิบาย | A Chrome Extension to collect the twitch channel points automatically. |
ขนาดไฟล์ | 16.42 KB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2022-04-28 |
วันที่เผยแพร่ | 2022-04-28 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Rene B. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Coin Collector", "description": "A Chrome Extension to collect the twitch channel points automatically.", "version": "0.1.0", "action": { "default_icon": "assets\/coin_click_64.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |