Twitch Auto-Redeem Channel Points

Auto-redeems Twitch channel points rewards for you!

什么是Twitch Auto-Redeem Channel Points?

Twitch Auto-Redeem Channel Points是由techno开发的Chrome扩展程序,该扩展的主要功能是“Auto-redeems Twitch channel points rewards for you!”。

扩展截图

screenshot

下载Twitch Auto-Redeem Channel Points扩展crx文件

下载Twitch Auto-Redeem Channel Points扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⚠ This extension is no longer being maintained ⚠

Auto-redeem your 15 minute Twitch channel points with the nicest GUI out of all other similar extensions! We also keep track of how many rewards you've redeem since installation with some little Easter eggs for you to unlock 😉! If you have any recommendations or ideas for future updates, please feel free to email me by clicking the "Contact the developer" button!                    

扩展基本信息

名称 Twitch Auto-Redeem Channel Points Twitch Auto-Redeem Channel Points
ID lggkblkmildmnfpgbhlggfalgpkmojpf
官方URL https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf
简介 Auto-redeems Twitch channel points rewards for you!
文件大小 1.58 MB
安装次数 7,334
当前版本 1.4.1
更新时间 2023-07-07
上架时间 2020-10-04
评分 4.64/5 共11次评分
开发者 techno
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto-Redeem Channel Points",
    "version": "1.4.1",
    "description": "Auto-redeems Twitch channel points rewards for you!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/redeem.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "icons": {
        "120": "static\/icon.png"
    }
}