Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
Twitch Coinとは何ですか?
Twitch CoinはAmin NAIRIによって開発されたChromeの拡張機能で、その主な機能は「Automatically gather your Twitch Coin while watching your favorite streamer.」です。
拡張機能のスクリーンショット
Twitch Coin拡張機能のCRXファイルをダウンロード
Twitch Coin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.
拡張機能の基本情報
名前 | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
公式URL | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
説明 | Automatically gather your Twitch Coin while watching your favorite streamer. |
ファイルサイズ | 25.86 KB |
インストール数 | 444 |
現在のバージョン | 0.1.2 |
最終更新日 | 2021-05-26 |
公開日 | 2020-07-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Amin NAIRI |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/aminnairi/twitch-coin#readme |
ヘルプページのURL | https://github.com/aminnairi/twitch-coin/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Coin", "version": "0.1.2", "description": "Automatically gather your Twitch Coin while watching your favorite streamer.", "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "scripts\/twitch-coin.js" ] } ] } |