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 |
公式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 |
Eメール | [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" } } |