Twitch Fullscreen Plus

Triggers fullscreen view of twitch stream with chat overlay

O que é Twitch Fullscreen Plus?

Twitch Fullscreen Plus é uma extensão do Chrome desenvolvida por kopatch, e sua principal característica é "Triggers fullscreen view of twitch stream with chat overlay".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Fullscreen Plus

Baixe arquivos de extensão Twitch Fullscreen Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Twitch Fullscreen Plus Twitch Fullscreen Plus
ID jbbmdehmiclndmeedcocofcjlpgjnmea
URL Oficial https://chromewebstore.google.com/detail/twitch-fullscreen-plus/jbbmdehmiclndmeedcocofcjlpgjnmea
Descrição Triggers fullscreen view of twitch stream with chat overlay
Tamanho do Arquivo 88.82 KB
Contagem de Instalações 40,144
Versão Atual 3.0.12
Última Atualização 2023-10-27
Data de Publicação 2020-06-24
Classificação 4.04/5 Total de 262 Avaliações
Desenvolvedor kopatch
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}