Get Gift
Get your Twitch gift channel points automatically.
Get Giftคืออะไร?
Get Gift เป็นส่วนขยายของ Chrome ที่พัฒนาโดย r_balconi และคุณลักษณะหลักของมันคือ "Get your Twitch gift channel points automatically."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Gift
ดาวน์โหลดไฟล์ส่วนขยาย Get Gift ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* GetGift - Extension for browser Are you tired of clicking every time your Channel Points come up while you're watching an exciting live stream on Twitch? Get Gift is a Google Chrome extension for Twitch that just does that! It detects when points are available and picks them up for you! * The Extension The purpose is to auto-collect your Channel Points while you are watching any live streams on Twitch. You can check the collected Channel Points by simply looking at the bottom of the chat tab! You can also turn on a beep to get notified whenever the points are collected. ** Log update - Get Gift v.1.1 - Fix bug on click in "subscription" button; - Fix bug on click in "emote" os subscriptions; - Fix bug on change stream, the extension data don't apeared;
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Get Gift |
ID | mapokfhmebdhgjjoedphffgphmhjbhdl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-gift/mapokfhmebdhgjjoedphffgphmhjbhdl |
คำอธิบาย | Get your Twitch gift channel points automatically. |
ขนาดไฟล์ | 29.13 KB |
จำนวนการติดตั้ง | 1,288 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-05-30 |
วันที่เผยแพร่ | 2020-05-29 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | r_balconi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Gift", "version": "1.1", "description": "Get your Twitch gift channel points automatically.", "author": "RBalconi", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "css": [ "styles\/styles.min.css" ], "js": [ "scripts\/scripts.min.js" ] } ], "web_accessible_resources": [ "assets\/*.svg", "assets\/beep.mp3" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "256": "icon256.png" } } |