F1 TV Theater mode

add theater mode button to F1 TV player

¿Qué es F1 TV Theater mode?

F1 TV Theater mode es una extensión de Chrome desarrollada por FINPO, Inc., y su función principal es "add theater mode button to F1 TV player".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión F1 TV Theater mode

Descarga archivos de extensión F1 TV Theater mode en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
URL Oficial https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Descripción add theater mode button to F1 TV player
Tamaño del Archivo 8.96 KB
Cantidad de Instalaciones 437
Versión Actual 1.0
Última Actualización 2021-09-30
Fecha de Publicación 2021-09-30
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador FINPO, Inc.
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}