Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
什么是Twitch Channel Points Auto Redeem?
Twitch Channel Points Auto Redeem是由Frank开发的Chrome扩展程序,该扩展的主要功能是“Automatically redeem the bonus channel points when the option pops up in twitch chat”。
扩展截图
下载Twitch Channel Points Auto Redeem扩展crx文件
下载Twitch Channel Points Auto Redeem扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded. Open source at https://github.com/FrankSalmick/twitch-autoredeem Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues
扩展基本信息
名称 | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
官方URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
简介 | Automatically redeem the bonus channel points when the option pops up in twitch chat |
文件大小 | 7.08 KB |
安装次数 | 903 |
当前版本 | 20.12.23 |
更新时间 | 2020-12-24 |
上架时间 | 2020-04-08 |
评分 | 4.80/5 共5次评分 |
开发者 | Frank |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/FrankSalmick/twitch-autoredeem |
帮助页面URL | https://github.com/FrankSalmick/twitch-autoredeem/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat", "manifest_version": 2, "name": "Twitch Channel Points Auto Redeem", "short_name": "Channel Points Redeemer", "version": "20.12.23", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "twitchAutoredeem.js" ], "run_at": "document_idle" } ], "icons": { "128": "icon128.png" } } |