F1 TV Theater mode

add theater mode button to F1 TV player

Was ist F1 TV Theater mode?

F1 TV Theater mode ist eine Chrome-Erweiterung, die von FINPO, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "add theater mode button to F1 TV player".

Erweiterungsscreenshots

screenshot
screenshot

F1 TV Theater mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie F1 TV Theater mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
Offizielle URL https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Beschreibung add theater mode button to F1 TV player
Dateigröße 8.96 KB
Installationsanzahl 437
Aktuelle Version 1.0
Letztes Update 2021-09-30
Veröffentlichungsdatum 2021-09-30
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler FINPO, Inc.
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}