Twitch Fullscreen Plus

Triggers fullscreen view of twitch stream with chat overlay

Cos'è Twitch Fullscreen Plus?

Twitch Fullscreen Plus è un'estensione di Chrome sviluppata da kopatch, e la sua funzione principale è "Triggers fullscreen view of twitch stream with chat overlay".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Fullscreen Plus

Scarica i file di estensione Twitch Fullscreen Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch Fullscreen Plus Twitch Fullscreen Plus
ID jbbmdehmiclndmeedcocofcjlpgjnmea
URL Ufficiale https://chromewebstore.google.com/detail/twitch-fullscreen-plus/jbbmdehmiclndmeedcocofcjlpgjnmea
Descrizione Triggers fullscreen view of twitch stream with chat overlay
Dimensione del File 88.82 KB
Conteggio Installazioni 40,144
Versione Corrente 3.0.12
Ultimo Aggiornamento 2023-10-27
Data di Pubblicazione 2020-06-24
Valutazione 4.04/5 Totale 262 Valutazioni
Sviluppatore kopatch
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}