Get Gift
Get your Twitch gift channel points automatically.
Was ist Get Gift?
Get Gift ist eine Chrome-Erweiterung, die von r_balconi entwickelt wurde, und ihr Hauptmerkmal ist "Get your Twitch gift channel points automatically.".
Erweiterungsscreenshots
Get Gift-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Gift-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
* 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;
Grundlegende Informationen zur Erweiterung
Name | Get Gift |
ID | mapokfhmebdhgjjoedphffgphmhjbhdl |
Offizielle URL | https://chromewebstore.google.com/detail/get-gift/mapokfhmebdhgjjoedphffgphmhjbhdl |
Beschreibung | Get your Twitch gift channel points automatically. |
Dateigröße | 29.13 KB |
Installationsanzahl | 1,288 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-05-30 |
Veröffentlichungsdatum | 2020-05-29 |
Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
Entwickler | r_balconi |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |