Twitch - Auto Channel Points

Automatically collects Twitch.tv channel points

Twitch - Auto Channel Points là gì?

Twitch - Auto Channel Points là một tiện ích mở rộng Chrome được phát triển bởi arnoutpullen, và tính năng chính của nó là "Automatically collects Twitch.tv channel points".

Ả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

Tải xuống các tệp mở rộng Twitch - Auto Channel Points 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 collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!

If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped                    

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

Tên Twitch - Auto Channel Points Twitch - Auto Channel Points
ID pnifeididimfpaomnnellcfjnjmgoepk
URL Chính Thức https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk
Mô tả Automatically collects Twitch.tv channel points
Kích Thước Tệp 19.93 KB
Số Lần Cài Đặt 14,799
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-01-27
Ngày Phát Hành 2020-04-07
Đánh Giá 2.86/5 Tổng số 36 Đánh Giá
Nhà Phát Triển arnoutpullen
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ArnoutPullen/TwitchAutoChannelPoints
URL Trang Trợ Giúp https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch - Auto Channel Points",
    "description": "Automatically collects Twitch.tv channel points",
    "version": "1.0.2",
    "author": "Arnout Pullen",
    "content_scripts": [
        {
            "js": [
                "sites\/twitch\/twitch.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icons\/icon-128x128.png",
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png"
    }
}