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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}