F1 TV Theater mode

add theater mode button to F1 TV player

Cos'è F1 TV Theater mode?

F1 TV Theater mode è un'estensione di Chrome sviluppata da FINPO, Inc., e la sua funzione principale è "add theater mode button to F1 TV player".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione F1 TV Theater mode

Scarica i file di estensione F1 TV Theater mode 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

                        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.                    

Informazioni di Base sull'Estensione

Nome F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
URL Ufficiale https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Descrizione add theater mode button to F1 TV player
Dimensione del File 8.96 KB
Conteggio Installazioni 437
Versione Corrente 1.0
Ultimo Aggiornamento 2021-09-30
Data di Pubblicazione 2021-09-30
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore FINPO, Inc.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}