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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } ] } |