F1 TV Theater mode

add theater mode button to F1 TV player

ما هو F1 TV Theater mode؟

F1 TV Theater mode هو إضافة Chrome تم تطويرها بواسطة FINPO, Inc.، والميزة الرئيسية لها هي "add theater mode button to F1 TV player".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة F1 TV Theater mode

قم بتنزيل ملفات الامتداد F1 TV Theater mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم F1 TV Theater mode F1 TV Theater mode
ID fohkojlngpbeilmdjeggnoabbnphgllc
عنوان URL الرسمي https://chromewebstore.google.com/detail/f1-tv-theater-mode/fohkojlngpbeilmdjeggnoabbnphgllc
الوصف add theater mode button to F1 TV player
حجم الملف 8.96 KB
عدد التثبيتات 437
النسخة الحالية 1.0
آخر تحديث 2021-09-30
تاريخ النشر 2021-09-30
تقييم 5.00/5 مجموع تقييمات 7
المطور FINPO, Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}