Make UI20 Great Again

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

Что такое Make UI20 Great Again?

Make UI20 Great Again - это расширение Chrome, разработанное UI20, и его основная функция - "A dank and top secret society for Twitch + useful features.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Make UI20 Great Again

Скачайте файлы расширений Make UI20 Great Again в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
            ]
        }
    ]
}