F1 TV Theater mode

add theater mode button to F1 TV player

Co to jest F1 TV Theater mode?

F1 TV Theater mode to rozszerzenie Chrome opracowane przez FINPO, Inc., a jego główną funkcją jest „add theater mode button to F1 TV player”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia F1 TV Theater mode

Pobierz pliki rozszerzeń F1 TV Theater mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
Oficjalny URL https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Opis add theater mode button to F1 TV player
Rozmiar pliku 8.96 KB
Liczba instalacji 437
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-09-30
Data Publikacji 2021-09-30
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper FINPO, Inc.
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}