Twitch Auto Bonuschest

An extension that automatically clicks on bonus chests.

What is Twitch Auto Bonuschest?

Twitch Auto Bonuschest is a Chrome extension developed by styfish, and its main feature is "An extension that automatically clicks on bonus chests.".

Extension Screenshots

screenshot
screenshot

Download Twitch Auto Bonuschest Extension CRX File

Download Twitch Auto Bonuschest extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        【Features】
・Automatically click on the bonus chest that appears after 15 minutes of viewing.
・Measure the time it takes for the bonus chest to appear. (countdown)

【Remarks】
・The time is displayed on the icon, so fixing it is recommended.

【Github】
・https://github.com/StyfishNoob/Twitch-AutoBC

【Update】
・2021/5/14 ver2.0 
・2021/7/30 ver2.1
・2021/8/11 ver2.2
・2021/8/31 ver2.3

(Translated by DeepL)                    

Extension Basic Information

Name Twitch Auto Bonuschest Twitch Auto Bonuschest
ID dhpinkkdmelhnmjicdamkkkoacljhknd
Official URL https://chromewebstore.google.com/detail/twitch-auto-bonuschest/dhpinkkdmelhnmjicdamkkkoacljhknd
Description An extension that automatically clicks on bonus chests.
File Size 11.64 KB
Installation Count 149
Current Version 2.4
Last Updated 2021-10-02
Publish Date 2021-02-22
Developer styfish
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.4",
    "default_locale": "en",
    "name": "Twitch Auto Bonuschest",
    "description": "An extension that automatically clicks on bonus chests.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Click on the bonus chest automatically!"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}