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 |
官方網址 | 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" ] } ] } |