Twitch Reward Claimer
Automatically claim twitch channel points rewards.
什么是Twitch Reward Claimer?
Twitch Reward Claimer是由Xenova开发的Chrome扩展程序,该扩展的主要功能是“Automatically claim twitch channel points rewards.”。
扩展截图
下载Twitch Reward Claimer扩展crx文件
下载Twitch Reward Claimer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.
扩展基本信息
名称 | |
ID | ebdhfgaeakejhkmikccanilmpadplhak |
官方URL | https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak |
简介 | Automatically claim twitch channel points rewards. |
文件大小 | 5.35 KB |
安装次数 | 743 |
当前版本 | 1.0.0 |
更新时间 | 2020-10-04 |
上架时间 | 2020-10-04 |
评分 | 1.00/5 共1次评分 |
开发者 | Xenova |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/xenova/twitch-reward-claimer |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Reward Claimer", "version": "1.0.0", "description": "Automatically claim twitch channel points rewards.", "short_name": "Twitch Reward Claimer", "permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "background.js" ] } ], "browser_action": { "default_title": "Twitch Reward Claimer", "default_popup": "popup.html", "default_icon": "icon.png" }, "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer" } |