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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}