Twitch gift auto clicker

Auto click to claim +50 bonus channel points.

Twitch gift auto clicker là gì?

Twitch gift auto clicker là một tiện ích mở rộng Chrome được phát triển bởi Nikita Madeev, và tính năng chính của nó là "Auto click to claim +50 bonus channel points.".

Ả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 Twitch gift auto clicker

Tải xuống các tệp mở rộng Twitch gift auto clicker 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

                        Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears.

———————————————————

Source code and bug tracker
https://github.com/NekitCorp/twitch-gift-auto-clicker                    

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

Tên Twitch gift auto clicker Twitch gift auto clicker
ID bpmlmokbcfjnjodihdnobmaphhdoepdb
URL Chính Thức https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb
Mô tả Auto click to claim +50 bonus channel points.
Kích Thước Tệp 8 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2023-10-19
Ngày Phát Hành 2023-05-06
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Nikita Madeev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NekitCorp/twitch-gift-auto-clicker
URL Trang Trợ Giúp https://github.com/NekitCorp/twitch-gift-auto-clicker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch gift auto clicker",
    "description": "Auto click to claim +50 bonus channel points.",
    "version": "2.2.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/twitch.tv\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}