Twitch Channel Points Auto-Clicker

Auto-click those channel point bonuses

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 trmcnvn, và tính năng chính của nó là "Auto-click those channel point bonuses".

Ả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-click those channel point bonuses on Twitch                    

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 mdlokilgafgmaeojenoidfpjcacpllap
URL Chính Thức https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap
Mô tả Auto-click those channel point bonuses
Kích Thước Tệp 11.37 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2021-09-10
Ngày Phát Hành 2019-11-04
Đánh Giá 4.30/5 Tổng số 61 Đánh Giá
Nhà Phát Triển trmcnvn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/trmcnvn/twitch-channel-points
URL Trang Trợ Giúp https://github.com/trmcnvn/twitch-channel-points/issues
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",
    "description": "Auto-click those channel point bonuses",
    "version": "0.9",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points",
    "icons": {
        "16": "resources\/16.png",
        "48": "resources\/48.png",
        "96": "resources\/96.png",
        "128": "resources\/128.png"
    },
    "web_accessible_resources": [
        "dist\/src\/auto-clicker.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dist\/src\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}