Twitch Auto Bonuschest

An extension that automatically clicks on bonus chests.

Twitch Auto Bonuschestとは何ですか?

Twitch Auto Bonuschestはstyfishによって開発されたChromeの拡張機能で、その主な機能は「An extension that automatically clicks on bonus chests.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Twitch Auto Bonuschest拡張機能のCRXファイルをダウンロード

Twitch Auto Bonuschest拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Twitch Auto Bonuschest Twitch Auto Bonuschest
ID dhpinkkdmelhnmjicdamkkkoacljhknd
公式URL https://chromewebstore.google.com/detail/twitch-auto-bonuschest/dhpinkkdmelhnmjicdamkkkoacljhknd
説明 An extension that automatically clicks on bonus chests.
ファイルサイズ 11.64 KB
インストール数 149
現在のバージョン 2.4
最終更新日 2021-10-02
公開日 2021-02-22
開発者 styfish
Eメール [email protected]
支払い方法 free
対応言語 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
    }
}