Twitch Auto Channel Points

Automatically collects twitch channel points for you!

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 joelkerfoot, và tính năng chính của nó là "Automatically collects twitch channel points for you!".

Ả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 claims Channel Points on all twitch streams.

Works on multiple tabs.

View the source: https://github.com/kerfootj/twitch-auto-points                    

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

Tên Twitch Auto Channel Points Twitch Auto Channel Points
ID ohokfmiofkajalkbbdjbjlfbociflmfd
URL Chính Thức https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd
Mô tả Automatically collects twitch channel points for you!
Kích Thước Tệp 6.07 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-01-13
Ngày Phát Hành 2020-01-13
Đánh Giá 3.69/5 Tổng số 26 Đánh Giá
Nhà Phát Triển joelkerfoot
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kerfootj/twitch-auto-points
URL Trang Trợ Giúp https://github.com/kerfootj/twitch-auto-points/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points",
    "version": "1.0.0",
    "description": "Automatically collects twitch channel points for you!",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "points.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    }
}