Twitch Treasure Collector (Channel Points)

Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK

Twitch Treasure Collector (Channel Points) là gì?

Twitch Treasure Collector (Channel Points) là một tiện ích mở rộng Chrome được phát triển bởi chris, và tính năng chính của nó là "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Treasure Collector (Channel Points)

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

                        Are you a regular viewer of Twitch.TV streamers? Do your favourite broadcasters offer channel points? If you want to make sure you never miss out on those extra bonus channel points, then this is the extension for you! Simply add to your browser, and whenever you're on a Twitch.TV channel, we'll periodically check to see if there is a bonus to be had, if there is, we'll collect it for you, even if you're not at your keyboard!                    

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

Tên Twitch Treasure Collector (Channel Points) Twitch Treasure Collector (Channel Points)
ID bbpbicnlhdipmlbohpjhecindeieebbe
URL Chính Thức https://chrome.google.com/webstore/detail/twitch-treasure-collector/bbpbicnlhdipmlbohpjhecindeieebbe
Mô tả Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK
Kích Thước Tệp 2.25 MB
Số Lần Cài Đặt 234
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-03-12
Ngày Phát Hành 2020-03-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển chris
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cmjchrisjones/TwitchTreasureCollector
URL Trang Trợ Giúp https://github.com/cmjchrisjones/TwitchTreasureCollector
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Twitch Treasure Collector (Channel Points)",
    "description": "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK",
    "browser_action": [],
    "icons": {
        "16": ".\/1x\/Logo-8.png",
        "48": ".\/1x\/Logo-8.png",
        "128": ".\/1x\/Logo-8.png"
    },
    "author": "Chris Jones, Brett Miller, CorBob",
    "permissions": [
        "tabs",
        "*:\/\/*.twitch.tv\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "collector.js"
            ]
        }
    ]
}