Get Gift

Get your Twitch gift channel points automatically.

What is Get Gift?

Get Gift is a Chrome extension developed by r_balconi, and its main feature is "Get your Twitch gift channel points automatically.".

Extension Screenshots

screenshot
screenshot

Download Get Gift Extension CRX File

Download Get Gift extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Get Gift Get Gift
ID mapokfhmebdhgjjoedphffgphmhjbhdl
Official URL https://chromewebstore.google.com/detail/get-gift/mapokfhmebdhgjjoedphffgphmhjbhdl
Description Get your Twitch gift channel points automatically.
File Size 29.13 KB
Installation Count 1,288
Current Version 1.1
Last Updated 2020-05-30
Publish Date 2020-05-29
Rating 4.40/5 Total 5 Ratings
Developer r_balconi
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}