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 :)”。
扩展截图
下载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 |
ID | kgikffepcmbceoekidaeghgkjlanieaj |
官方URL | 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 } |