Get Gift
Get your Twitch gift channel points automatically.
什麼是Get Gift?
Get Gift是由r_balconi開發的Chrome擴展程式,該擴展的主要功能是“Get your Twitch gift channel points automatically.”。
擴展截圖
下載Get Gift擴展crx文件
下載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 |
官方網址 | 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" } } |