Twitch Chat Overlay

Overlay the Twitch chat when in fullscreen mode.

What is Twitch Chat Overlay?

Twitch Chat Overlay is a Chrome extension developed by trmcnvn, and its main feature is "Overlay the Twitch chat when in fullscreen mode.".

Extension Screenshots

screenshot
screenshot

Download Twitch Chat Overlay Extension CRX File

Download Twitch Chat Overlay 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

                        Twitch Chat Overlay will allow you to view and interact with the chat while watching a stream in fullscreen.

You can move, resize, and toggle the chat window while in full-screen and these settings are remembered the next time you watch!                    

Extension Basic Information

Name Twitch Chat Overlay Twitch Chat Overlay
ID lcljofkmbcdnjekeamikmefcjohmhgng
Official URL https://chromewebstore.google.com/detail/twitch-chat-overlay/lcljofkmbcdnjekeamikmefcjohmhgng
Description Overlay the Twitch chat when in fullscreen mode.
File Size 25.92 KB
Installation Count 3,615
Current Version 1.10
Last Updated 2020-01-21
Publish Date 2020-01-14
Rating 3.70/5 Total 10 Ratings
Developer trmcnvn
Email [email protected]
Payment Type free
Extension Website https://github.com/trmcnvn/twitch-chat-overlay
Help Page URL https://github.com/trmcnvn/twitch-chat-overlay/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Chat Overlay",
    "description": "Overlay the Twitch chat when in fullscreen mode.",
    "version": "1.10",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-chat-overlay",
    "icons": {
        "16": "resources\/icon-16.jpg",
        "48": "resources\/icon-48.jpg",
        "96": "resources\/icon-96.jpg",
        "128": "resources\/icon-128.jpg"
    },
    "web_accessible_resources": [
        "overlay.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ]
}