Twitch Bonus Chest Auto Clicker (Enhanced)

Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…

Twitch Bonus Chest Auto Clicker (Enhanced) là gì?

Twitch Bonus Chest Auto Clicker (Enhanced) là một tiện ích mở rộng Chrome được phát triển bởi Jean-Michel M. | twitch.tv/krowplex, và tính năng chính của nó là "Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…".

Ả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 Bonus Chest Auto Clicker (Enhanced)

Tải xuống các tệp mở rộng Twitch Bonus Chest Auto Clicker (Enhanced) 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

                        Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv

######################################
What makes this extension better than the others?
######################################

GitHub: The full code of this project is available on GitHub with public forums for problems and suggestion.

Minified: Extension's code is minified, which means faster loading time.

Lightweight & Optimized: Other extensions that does the exact same thing seems to cause early stream delay stutter and stream lag, or straight up doesn't work anymore. I've built my very own version to make sure this doesn't happen.

Secure and no useless code: No data is being collected what so ever.

########################################

v1.1 - Fixed an issue where an user would switch channel without quitting Twitch, causing the bonus chest to not restart the countdown (original countdown being 5 minutes before appearing). Script will now start after ~8 seconds and will trigger a click every 1 second. This should give just enough time for the stream to load properly.                    

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

Tên Twitch Bonus Chest Auto Clicker (Enhanced) Twitch Bonus Chest Auto Clicker (Enhanced)
ID kibalnfonkjeflihncmfdngdeekcmfel
URL Chính Thức https://chromewebstore.google.com/detail/twitch-bonus-chest-auto-c/kibalnfonkjeflihncmfdngdeekcmfel
Mô tả Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…
Kích Thước Tệp 11.43 KB
Số Lần Cài Đặt 4,315
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-01-28
Ngày Phát Hành 2021-01-21
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Jean-Michel M. | twitch.tv/krowplex
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jeanmichelmorin/Twitch-Bonus-Chest-Auto-Clicker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Bonus Chest Auto Clicker (Enhanced)",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "controller.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Twitch Bonus Chest Auto Clicker",
        "default_icon": "image.png"
    },
    "icons": {
        "184": "image.png"
    }
}