Auto Redeem Twitch Bonus

Automatically redeems bonus Channel Points

Auto Redeem Twitch Bonusとは何ですか?

Auto Redeem Twitch BonusはAlexandre Ramos - Vulgocodeによって開発されたChromeの拡張機能で、その主な機能は「Automatically redeems bonus Channel Points」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        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.

If you have issues with the extension please email me or use the contact form on the website.

Github: https://github.com/alexandreramosdev/auto-redeem-twitch-bonus

* Donation *
Pay me a Coffee so I can work harder :)

Picpay - https://picpay.me/alexandre_ramos                    

拡張機能の基本情報

名前 Auto Redeem Twitch Bonus Auto Redeem Twitch Bonus
ID leheoeognmlgfdljnhckphighdlpnpnd
公式URL https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd
説明 Automatically redeems bonus Channel Points
ファイルサイズ 146 KB
インストール数 6,392
現在のバージョン 1.2.0
最終更新日 2020-09-03
公開日 2020-07-03
評価 3.11/5 合計 9 レビュー
開発者 Alexandre Ramos - Vulgocode
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Redeem Twitch Bonus",
    "version": "1.2.0",
    "description": "Automatically redeems bonus Channel Points",
    "manifest_version": 2,
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "autoRedeemTwitchBonus.js"
            ]
        }
    ]
}