F1 TV Theater mode

add theater mode button to F1 TV player

Apa itu F1 TV Theater mode?

F1 TV Theater mode adalah ekstensi Chrome yang dikembangkan oleh FINPO, Inc., dan fitur utamanya adalah "add theater mode button to F1 TV player".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi F1 TV Theater mode

Unduh file ekstensi F1 TV Theater mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
URL Resmi https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
Deskripsi add theater mode button to F1 TV player
Ukuran File 8.96 KB
Jumlah Instalasi 437
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-09-30
Tanggal Publikasi 2021-09-30
Penilaian 5.00/5 Total 7 Penilaian
Pengembang FINPO, Inc.
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}