Twitch Treasure Collector (Channel Points)
Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK
什么是Twitch Treasure Collector (Channel Points)?
Twitch Treasure Collector (Channel Points)是由chris开发的Chrome扩展程序,该扩展的主要功能是“Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK”。
扩展截图
下载Twitch Treasure Collector (Channel Points)扩展crx文件
下载Twitch Treasure Collector (Channel Points)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you a regular viewer of Twitch.TV streamers? Do your favourite broadcasters offer channel points? If you want to make sure you never miss out on those extra bonus channel points, then this is the extension for you! Simply add to your browser, and whenever you're on a Twitch.TV channel, we'll periodically check to see if there is a bonus to be had, if there is, we'll collect it for you, even if you're not at your keyboard!
扩展基本信息
名称 | |
ID | bbpbicnlhdipmlbohpjhecindeieebbe |
官方URL | https://chrome.google.com/webstore/detail/twitch-treasure-collector/bbpbicnlhdipmlbohpjhecindeieebbe |
简介 | Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK |
文件大小 | 2.25 MB |
安装次数 | 234 |
当前版本 | 1.0 |
更新时间 | 2020-03-12 |
上架时间 | 2020-03-12 |
评分 | 5.00/5 共1次评分 |
开发者 | chris |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/cmjchrisjones/TwitchTreasureCollector |
帮助页面URL | https://github.com/cmjchrisjones/TwitchTreasureCollector |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Twitch Treasure Collector (Channel Points)", "description": "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK", "browser_action": [], "icons": { "16": ".\/1x\/Logo-8.png", "48": ".\/1x\/Logo-8.png", "128": ".\/1x\/Logo-8.png" }, "author": "Chris Jones, Brett Miller, CorBob", "permissions": [ "tabs", "*:\/\/*.twitch.tv\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "collector.js" ] } ] } |