F1 TV Theater mode

add theater mode button to F1 TV player

Qu'est-ce que F1 TV Theater mode ?

F1 TV Theater mode est une extension Chrome développée par FINPO, Inc., et sa fonction principale est "add theater mode button to F1 TV player".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension F1 TV Theater mode

Téléchargez les fichiers d'extension F1 TV Theater mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
URL Officiel https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Description add theater mode button to F1 TV player
Taille du Fichier 8.96 KB
Nombre d'Installations 437
Version Actuelle 1.0
Dernière Mise à Jour 2021-09-30
Date de Publication 2021-09-30
Évaluation 5.00/5 Total 7 Évaluations
Développeur FINPO, Inc.
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}