Twitch Fullscreen Plus

Triggers fullscreen view of twitch stream with chat overlay

What is Twitch Fullscreen Plus?

Twitch Fullscreen Plus is a Chrome extension developed by kopatch, and its main feature is "Triggers fullscreen view of twitch stream with chat overlay".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Twitch Fullscreen Plus Extension CRX File

Download Twitch Fullscreen Plus 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 Fullscreen Plus lets you enjoy the wonderful Twitch Chat experience while watching your favorite stream in fullscreen! unlike the Twitch.tv Theater Mode, with this extension you get to enjoy the full size of your monitor.

You can Resize, move change chat opacity and background alpha and more!

version 3.0.11

UPDATE: OCTOBER 26 2023
Fixed the extension while logged in, and fixed VODs                    

Extension Basic Information

Name Twitch Fullscreen Plus Twitch Fullscreen Plus
ID jbbmdehmiclndmeedcocofcjlpgjnmea
Official URL https://chromewebstore.google.com/detail/twitch-fullscreen-plus/jbbmdehmiclndmeedcocofcjlpgjnmea
Description Triggers fullscreen view of twitch stream with chat overlay
File Size 88.82 KB
Installation Count 40,144
Current Version 3.0.12
Last Updated 2023-10-27
Publish Date 2020-06-24
Rating 4.04/5 Total 262 Ratings
Developer kopatch
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Fullscreen Plus",
    "short_name": "TFP",
    "description": "Triggers fullscreen view of twitch stream with chat overlay",
    "version": "3.0.12",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}