Make UI20 Great Again

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

Make UI20 Great Againとは何ですか?

Make UI20 Great AgainはUI20によって開発されたChromeの拡張機能で、その主な機能は「A dank and top secret society for Twitch + useful features.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Make UI20 Great Again拡張機能のCRXファイルをダウンロード

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