Full browser screen Video Player

Make site's video player fullscreen without going in fullscreen mode.

Что такое Full browser screen Video Player?

Full browser screen Video Player - это расширение Chrome, разработанное CaptainTeemo, и его основная функция - "Make site's video player fullscreen without going in fullscreen mode.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Full browser screen Video Player

Скачайте файлы расширений Full browser screen Video Player в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension is not a video player, instead this extension makes the SonyLiv, YouTube and Hotstar Video player to cover the entire screen of the browser without making the browser to go into the fullscreen mode.                    

Основная информация о расширении

Название Full browser screen Video Player Full browser screen Video Player
ID dniaackmdeolpebmoijjnijcmiinbchk
Официальный URL https://chromewebstore.google.com/detail/full-browser-screen-video/dniaackmdeolpebmoijjnijcmiinbchk
Описание Make site's video player fullscreen without going in fullscreen mode.
Размер файла 7.17 KB
Количество установок 657
Текущая Версия 2.0.1
Последнее Обновление 2022-09-21
Дата публикации 2019-03-25
Рейтинг 4.00/5 Всего 5 оценок
Разработчик CaptainTeemo
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full browser screen Video Player",
    "version": "2.0.1",
    "description": "Make site's video player fullscreen without going in fullscreen mode.",
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_icon": "images\/inactive.png",
        "default_title": "Make Full screen"
    },
    "permissions": [
        "scripting",
        "storage",
        "declarativeContent"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3
}