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)?

Twitch Bonus Chest Auto Clicker (Enhanced)是由Jean-Michel M. | twitch.tv/krowplex开发的Chrome扩展程序,该扩展的主要功能是“Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…”。

扩展截图

screenshot

下载Twitch Bonus Chest Auto Clicker (Enhanced)扩展crx文件

下载Twitch Bonus Chest Auto Clicker (Enhanced)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Twitch Bonus Chest Auto Clicker (Enhanced) Twitch Bonus Chest Auto Clicker (Enhanced)
ID kibalnfonkjeflihncmfdngdeekcmfel
官方URL https://chromewebstore.google.com/detail/twitch-bonus-chest-auto-c/kibalnfonkjeflihncmfdngdeekcmfel
简介 Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…
文件大小 11.43 KB
安装次数 4,315
当前版本 1.1
更新时间 2021-01-28
上架时间 2021-01-21
评分 4.88/5 共8次评分
开发者 Jean-Michel M. | twitch.tv/krowplex
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jeanmichelmorin/Twitch-Bonus-Chest-Auto-Clicker
支持的语言 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"
    }
}