Get Gift

Get your Twitch gift channel points automatically.

ما هو Get Gift؟

Get Gift هو إضافة Chrome تم تطويرها بواسطة r_balconi، والميزة الرئيسية لها هي "Get your Twitch gift channel points automatically.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Get Gift

قم بتنزيل ملفات الامتداد Get Gift بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}