F1 TV Theater mode

add theater mode button to F1 TV player

Vad är F1 TV Theater mode?

F1 TV Theater mode är en Chrome-tillägg utvecklad av FINPO, Inc., och dess huvudfunktion är "add theater mode button to F1 TV player".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner F1 TV Theater mode-förlängningens CRX-fil

Ladda ner F1 TV Theater mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
Officiell webbadress https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Beskrivning add theater mode button to F1 TV player
Filstorlek 8.96 KB
Antal Installationer 437
Aktuell Version 1.0
Senast Uppdaterad 2021-09-30
Publiceringsdatum 2021-09-30
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare FINPO, Inc.
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}