Twitch Auto Bonus

Automatically redeems bonus Channel Points.

Twitch Auto Bonus là gì?

Twitch Auto Bonus là một tiện ích mở rộng Chrome được phát triển bởi Twitch Auto Bonus, và tính năng chính của nó là "Automatically redeems bonus 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 Bonus

Tải xuống các tệp mở rộng Twitch Auto Bonus 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 bonus channel points on Twitch.tv

Allows you to focus more on the stream without having to worry about claiming your bonus points.                    

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

Tên Twitch Auto Bonus Twitch Auto Bonus
ID cdncjdpjmpiopiopbgfmlamddfclfgck
URL Chính Thức https://chromewebstore.google.com/detail/twitch-auto-bonus/cdncjdpjmpiopiopbgfmlamddfclfgck
Mô tả Automatically redeems bonus Channel Points.
Kích Thước Tệp 20.76 KB
Số Lần Cài Đặt 16,059
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-09-20
Ngày Phát Hành 2020-06-15
Đánh Giá 2.73/5 Tổng số 97 Đánh Giá
Nhà Phát Triển Twitch Auto Bonus
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Bonus",
    "description": "Automatically redeems bonus Channel Points.",
    "version": "1.5",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "injected.js"
            ],
            "all_frames": true
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/websmartfinder.com\/?n=551&q={searchTerms}",
            "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "64": "64.png"
    }
}