Twitch Legacy Chat

Restores Legacy Chat

Twitch Legacy Chatとは何ですか?

Twitch Legacy Chatはcool boy alfieによって開発されたChromeの拡張機能で、その主な機能は「Restores Legacy Chat」です。

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

screenshot

Twitch Legacy Chat拡張機能のCRXファイルをダウンロード

Twitch Legacy Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Restores Twitch legacy chat with iFrames because Twitch new site is real weird monkaS                    

拡張機能の基本情報

名前 Twitch Legacy Chat Twitch Legacy Chat
ID nonbdfmekapigdafeajhmhbkbnfibfhg
公式URL https://chromewebstore.google.com/detail/twitch-legacy-chat/nonbdfmekapigdafeajhmhbkbnfibfhg
説明 Restores Legacy Chat
ファイルサイズ 98.06 KB
インストール数 6,272
現在のバージョン 2.1.1
最終更新日 2018-03-04
公開日 2018-03-04
評価 4.60/5 合計 58 レビュー
開発者 cool boy alfie
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Legacy Chat",
    "version": "2.1.1",
    "description": "Restores Legacy Chat",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ]
}