Twitch Channel Points Auto Clicker

Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

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 https://raven.fo, và tính năng chính của nó là "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".

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

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

                        Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Make sure to refresh Twitch after installing the extension.                    

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 jdpblpklojajpopllbckephjndibljbc
URL Chính Thức https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
Mô tả Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Kích Thước Tệp 86.97 KB
Số Lần Cài Đặt 154,328
Phiên Bản Hiện Tại 0.0.13
Cập Nhật Lần Cuối 2022-06-18
Ngày Phát Hành 2020-06-17
Đánh Giá 4.16/5 Tổng số 152 Đánh Giá
Nhà Phát Triển https://raven.fo
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",
    "short_name": "TCPAC",
    "version": "0.0.13",
    "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "badge.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}