Get Gift

Get your Twitch gift channel points automatically.

Get Gift क्या है?

Get Gift r_balconi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get your Twitch gift channel points automatically."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Get Gift एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        * 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 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
ईमेल [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"
    }
}