Get Gift
Get your Twitch gift channel points automatically.
Vad är Get Gift?
Get Gift är en Chrome-tillägg utvecklad av r_balconi, och dess huvudfunktion är "Get your Twitch gift channel points automatically.".
Tilläggsskärmbilder
Ladda ner Get Gift-förlängningens CRX-fil
Ladda ner Get Gift-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
* 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;
Grundläggande Information om Tillägg
Namn | Get Gift |
ID | mapokfhmebdhgjjoedphffgphmhjbhdl |
Officiell webbadress | https://chromewebstore.google.com/detail/get-gift/mapokfhmebdhgjjoedphffgphmhjbhdl |
Beskrivning | Get your Twitch gift channel points automatically. |
Filstorlek | 29.13 KB |
Antal Installationer | 1,288 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-05-30 |
Publiceringsdatum | 2020-05-29 |
Betyg | 4.40/5 Totalt 5 Betyg |
Utvecklare | r_balconi |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |