Get Gift

Get your Twitch gift channel points automatically.

Get Gift là gì?

Get Gift là một tiện ích mở rộng Chrome được phát triển bởi r_balconi, và tính năng chính của nó là "Get your Twitch gift channel points automatically.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Get Gift

Tải xuống các tệp mở rộng Get Gift dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get Gift Get Gift
ID mapokfhmebdhgjjoedphffgphmhjbhdl
URL Chính Thức https://chromewebstore.google.com/detail/get-gift/mapokfhmebdhgjjoedphffgphmhjbhdl
Mô tả Get your Twitch gift channel points automatically.
Kích Thước Tệp 29.13 KB
Số Lần Cài Đặt 1,288
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-05-30
Ngày Phát Hành 2020-05-29
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển r_balconi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}