uTwitch
uTwitch designed to enhance your experience on Twitch!
uTwitch란 무엇입니까?
uTwitch은(는) uTwitchNet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "uTwitch designed to enhance your experience on Twitch!"입니다.
확장 프로그램 스크린샷
uTwitch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |