Twitch Bonus AutoRedeemer

Redeems the little green box of bonus channel points automatically so you don't have to :)

什麼是Twitch Bonus AutoRedeemer?

Twitch Bonus AutoRedeemer是由alex開發的Chrome擴展程式,該擴展的主要功能是“Redeems the little green box of bonus channel points automatically so you don't have to :)”。

擴展截圖

screenshot

下載Twitch Bonus AutoRedeemer擴展crx文件

下載Twitch Bonus AutoRedeemer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically redeems bonus points for any Twitch channel you are currently watching                    

擴展基本資訊

名稱 Twitch Bonus AutoRedeemer Twitch Bonus AutoRedeemer
ID kgikffepcmbceoekidaeghgkjlanieaj
官方網址 https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj
簡介 Redeems the little green box of bonus channel points automatically so you don't have to :)
檔案大小 4.94 KB
安裝次數 20
目前版本 1.0.2
更新時間 2021-05-24
上架時間 2020-09-23
開發者 alex
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Bonus AutoRedeemer",
    "version": "1.0.2",
    "description": "Redeems the little green box of bonus channel points automatically so you don't have to :)",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitch-bonus-redeemer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2
}