uTwitch
uTwitch designed to enhance your experience on Twitch!
uTwitch là gì?
uTwitch là một tiện ích mở rộng Chrome được phát triển bởi uTwitchNet, và tính năng chính của nó là "uTwitch designed to enhance your experience on Twitch!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng uTwitch
Tải xuống các tệp mở rộng uTwitch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | uTwitch |
ID | hphegbaomobacdgjldhphonlapgoakjb |
URL Chính Thức | https://chromewebstore.google.com/detail/utwitch/hphegbaomobacdgjldhphonlapgoakjb |
Mô tả | uTwitch designed to enhance your experience on Twitch! |
Kích Thước Tệp | 20.26 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 3.1.0 |
Cập Nhật Lần Cuối | 2021-01-05 |
Ngày Phát Hành | 2021-01-04 |
Nhà Phát Triển | uTwitchNet |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://uTwitch.net |
URL Trang Chính Sách Bảo Mật | https://utwitch.net/extension/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |