uTwitch
uTwitch designed to enhance your experience on Twitch!
What is uTwitch?
uTwitch is a Chrome extension developed by uTwitchNet, and its main feature is "uTwitch designed to enhance your experience on Twitch!".
Extension Screenshots
Download uTwitch Extension CRX File
Download uTwitch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | uTwitch |
ID | hphegbaomobacdgjldhphonlapgoakjb |
Official URL | https://chromewebstore.google.com/detail/utwitch/hphegbaomobacdgjldhphonlapgoakjb |
Description | uTwitch designed to enhance your experience on Twitch! |
File Size | 20.26 KB |
Installation Count | 72 |
Current Version | 3.1.0 |
Last Updated | 2021-01-05 |
Publish Date | 2021-01-04 |
Developer | uTwitchNet |
[email protected] | |
Payment Type | free |
Extension Website | https://uTwitch.net |
Privacy Policy Page URL | https://utwitch.net/extension/privacy |
Supported Languages | 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" } } |