uTwitch

uTwitch designed to enhance your experience on Twitch!

uTwitch क्या है?

uTwitch uTwitchNet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "uTwitch designed to enhance your experience on Twitch!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में uTwitch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}