Get Gift

Get your Twitch gift channel points automatically.

¿Qué es Get Gift?

Get Gift es una extensión de Chrome desarrollada por r_balconi, y su función principal es "Get your Twitch gift channel points automatically.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Get Gift

Descarga archivos de extensión Get Gift en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        * 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;                    

Información Básica de la Extensión

Nombre Get Gift Get Gift
ID mapokfhmebdhgjjoedphffgphmhjbhdl
URL Oficial https://chromewebstore.google.com/detail/get-gift/mapokfhmebdhgjjoedphffgphmhjbhdl
Descripción Get your Twitch gift channel points automatically.
Tamaño del Archivo 29.13 KB
Cantidad de Instalaciones 1,288
Versión Actual 1.1
Última Actualización 2020-05-30
Fecha de Publicación 2020-05-29
Calificación 4.40/5 Total de 5 Calificaciones
Desarrollador r_balconi
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}