uTwitch
uTwitch designed to enhance your experience on Twitch!
uTwitchとは何ですか?
uTwitchはuTwitchNetによって開発されたChromeの拡張機能で、その主な機能は「uTwitch designed to enhance your experience on Twitch!」です。
拡張機能のスクリーンショット
uTwitch拡張機能のCRXファイルをダウンロード
uTwitch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
uTwitch is a Twitch Enhancement Tool with many unique features to improve your Twitch experience. Out Features include: - Automatic collection of Channel-Points - Wide Chat to improve readability and context with less linebreaks and more Messages on your screen. - An overall better structured Chat - Notification Sounds if you're tagged in Chat and many more to come! How to use uTwitch: • Install and open your favorite Twitch Stream • Open the uTwitch menu on the top right next to your Notifications • Tweak your Settings how you like • Enjoy your improved Twitch experience :) uTwitch is constantly evolving so if you find bugs feel free to report them, or feature suggestions for us to add, on our GitHub so we can look into it https://github.com/uTwitch If you need addional Support contact us: on Discord: https://uTwitch.net/Discord on Twitter: @uTwitchSupport
拡張機能の基本情報
名前 | uTwitch |
ID | hphegbaomobacdgjldhphonlapgoakjb |
公式URL | https://chromewebstore.google.com/detail/utwitch/hphegbaomobacdgjldhphonlapgoakjb |
説明 | uTwitch designed to enhance your experience on Twitch! |
ファイルサイズ | 20.26 KB |
インストール数 | 72 |
現在のバージョン | 3.1.0 |
最終更新日 | 2021-01-05 |
公開日 | 2021-01-04 |
開発者 | uTwitchNet |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://uTwitch.net |
プライバシーポリシーページのURL | https://utwitch.net/extension/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "uTwitch", "description": "uTwitch designed to enhance your experience on Twitch!", "version": "3.1.0", "browser_action": { "default_title": "uTwitch", "default_popup": "pop.html" }, "content_scripts": [ { "js": [ "index.js" ], "matches": [ "https:\/\/*.twitch.tv\/*" ], "all_frames": true } ], "icons": { "16": "icon_x64.png", "48": "icon_x64.png", "128": "icon_x128.png", "256": "icon_x256.png" } } |