Channel Point and Drop Collector

Collects bonus channel points and claims Drops while watching a stream on Twitch.

Channel Point and Drop Collector là gì?

Channel Point and Drop Collector là một tiện ích mở rộng Chrome được phát triển bởi WeaselStorm, và tính năng chính của nó là "Collects bonus channel points and claims Drops while watching a stream on Twitch.".

Ả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 Channel Point and Drop Collector

Tải xuống các tệp mở rộng Channel Point and Drop 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

                        Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.                    

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

Tên Channel Point and Drop Collector Channel Point and Drop Collector
ID ffnpmjlpaidhikgbhnjdhpcjcnlonigg
URL Chính Thức https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg
Mô tả Collects bonus channel points and claims Drops while watching a stream on Twitch.
Kích Thước Tệp 11.4 KB
Số Lần Cài Đặt 3,691
Phiên Bản Hiện Tại 0.0.10
Cập Nhật Lần Cuối 2022-01-02
Ngày Phát Hành 2021-12-22
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển WeaselStorm
Email [email protected]
Trang Web Mở Rộng https://github.com/WeaselStorm/ChannelPointCollector
URL Trang Trợ Giúp https://github.com/WeaselStorm/ChannelPointCollector/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Channel Point and Drop Collector",
    "version": "0.0.10",
    "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/interaction.js"
            ]
        }
    ]
}