Twitch Auto Channel Points Collector

Automatically collect channel points while you are watching someone on twitch.tv!

Twitch Auto Channel Points Collector là gì?

Twitch Auto Channel Points Collector là một tiện ích mở rộng Chrome được phát triển bởi https://jerejacobson.com, và tính năng chính của nó là "Automatically collect channel points while you are watching someone on twitch.tv!".

Ả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 Auto Channel Points Collector

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

                        This is an extension for twitch.tv that will auto click on channel point gifts for you.                    

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

Tên Twitch Auto Channel Points Collector Twitch Auto Channel Points Collector
ID jhkcenchneiejpdcglhdodfokjabojfp
URL Chính Thức https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp
Mô tả Automatically collect channel points while you are watching someone on twitch.tv!
Kích Thước Tệp 46.46 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2022-02-01
Ngày Phát Hành 2022-01-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://jerejacobson.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jerejacobson.com/posts/buildchromeextension/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points Collector",
    "description": "Automatically collect channel points while you are watching someone on twitch.tv!",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "css": [
            "style.css"
        ],
        "default_icon": {
            "16": "\/images\/channel16.png",
            "32": "\/images\/channel32.png",
            "48": "\/images\/channel48.png",
            "128": "\/images\/channel128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "thirdParty\/jquery-3.6.0.min.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/channel16.png",
        "32": "\/images\/channel32.png",
        "48": "\/images\/channel48.png",
        "128": "\/images\/channel128.png"
    }
}