F1 TV Theater mode

add theater mode button to F1 TV player

O que é F1 TV Theater mode?

F1 TV Theater mode é uma extensão do Chrome desenvolvida por FINPO, Inc., e sua principal característica é "add theater mode button to F1 TV player".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão F1 TV Theater mode

Baixe arquivos de extensão F1 TV Theater mode 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

                        when you watching F1 TV stream video
the video screen is very small, If you want more bigger screen, You can't !!
after install this
you will get a theater mode button, just like watch Youtube.
now you can watch video in page full screen.                    

Informações Básicas da Extensão

Nome F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
URL Oficial https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Descrição add theater mode button to F1 TV player
Tamanho do Arquivo 8.96 KB
Contagem de Instalações 437
Versão Atual 1.0
Última Atualização 2021-09-30
Data de Publicação 2021-09-30
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor FINPO, Inc.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 TV Theater mode",
    "description": "add theater mode button to F1 TV player",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/f1tv.formula1.com\/*"
            ],
            "js": [
                "execute.js"
            ]
        }
    ],
    "icons": {
        "128": "\/icon.png",
        "16": "\/icon.png",
        "48": "\/icon.png"
    }
}