uTwitch

uTwitch designed to enhance your experience on Twitch!

什麼是uTwitch?

uTwitch是由uTwitchNet開發的Chrome擴展程式,該擴展的主要功能是“uTwitch designed to enhance your experience on Twitch!”。

擴展截圖

screenshot

下載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 uTwitch
ID hphegbaomobacdgjldhphonlapgoakjb
官方網址 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"
    }
}