F1 TV Theater mode

add theater mode button to F1 TV player

Wat is F1 TV Theater mode?

F1 TV Theater mode is een Chrome-extensie ontwikkeld door FINPO, Inc., en de belangrijkste functie is "add theater mode button to F1 TV player".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie F1 TV Theater mode

Download F1 TV Theater mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
Officiële URL https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Beschrijving add theater mode button to F1 TV player
Bestandsgrootte 8.96 KB
Aantal Installaties 437
Huidige Versie 1.0
Laatst Bijgewerkt 2021-09-30
Publicatiedatum 2021-09-30
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar FINPO, Inc.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}