Twitch Legacy Chat

Restores Legacy Chat

What is Twitch Legacy Chat?

Twitch Legacy Chat is a Chrome extension developed by cool boy alfie, and its main feature is "Restores Legacy Chat".

Extension Screenshots

screenshot

Download Twitch Legacy Chat Extension CRX File

Download Twitch Legacy Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twitch Legacy Chat Twitch Legacy Chat
ID nonbdfmekapigdafeajhmhbkbnfibfhg
Official URL https://chromewebstore.google.com/detail/twitch-legacy-chat/nonbdfmekapigdafeajhmhbkbnfibfhg
Description Restores Legacy Chat
File Size 98.06 KB
Installation Count 6,272
Current Version 2.1.1
Last Updated 2018-03-04
Publish Date 2018-03-04
Rating 4.60/5 Total 58 Ratings
Developer cool boy alfie
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}