Twitch channel points auto clicker

Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…

Twitch channel points auto clicker là gì?

Twitch channel points auto clicker là một tiện ích mở rộng Chrome được phát triển bởi ugo.P, và tính năng chính của nó là "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch channel points auto clicker

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

                        Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.                    

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

Tên Twitch channel points auto clicker Twitch channel points auto clicker
ID pcpdcimepgbgcaeaapkhllpompmmefod
URL Chính Thức https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod
Mô tả Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Kích Thước Tệp 5.56 KB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 1.15
Cập Nhật Lần Cuối 2022-01-30
Ngày Phát Hành 2020-12-31
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ugo.P
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch channel points auto clicker",
    "version": "1.15",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "ClickLoop.js",
                "Style.js",
                "CountDown.js"
            ]
        }
    ]
}