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 |
Eメール | [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" ] } ] } |