Make UI20 Great Again

A dank and top secret society for Twitch + useful features.

Make UI20 Great Again क्या है?

Make UI20 Great Again UI20 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A dank and top secret society for Twitch + useful features."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Make UI20 Great Again एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Update: 1.1.1 - New emotes
Update: 1.0.9 - New emote
Update: 1.0.8 - New emote
Update: 1.0.7 - New emotes
Update: 1.0.5 - Hide host subscriptions

Added the ability to hide the host subscriptions when hosting a channel. It can be found by clicking the gear icon under chat.

Other features:

Show UI20 as a mod in Lirik's channel on Twitch.com, without mod powers though :(

Displays a stylish poop emote next to your name in all channels on Twitch.com. Also displays poop icons next to other users of the extension. (can only be seen by people who added the extension) Will be possible to toggle on/off soon.                    

एक्सटेंशन की मूल जानकारी

नाम Make UI20 Great Again Make UI20 Great Again
ID mgldgggaeoimmfhhebgegooghnhamijf
आधिकारिक URL https://chromewebstore.google.com/detail/make-ui20-great-again/mgldgggaeoimmfhhebgegooghnhamijf
विवरण A dank and top secret society for Twitch + useful features.
फ़ाइल का आकार 51.65 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2016-04-20
प्रकाशन तिथि 2016-04-20
रेटिंग 4.88/5 कुल 16 रेटिंग्स
डेवलपर UI20
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make UI20 Great Again",
    "description": "A dank and top secret society for Twitch + useful features.",
    "version": "1.1.1",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "ext-icon-16x16.png",
        "48": "ext-icon-48x48.png",
        "128": "ext-icon-128x128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/twitch.tv\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "twitch.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "http:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}