JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

Что такое JWPlayer - Theatre mode?

JWPlayer - Theatre mode - это расширение Chrome, разработанное developmentjbd, и его основная функция - "Add a theatre mode button to all JWPlayers.".

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

screenshot
screenshot

Скачать файл CRX расширения JWPlayer - Theatre mode

Скачайте файлы расширений JWPlayer - Theatre mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension adds a theatre mode button to every JWPlayer online. Use this mode to stretch the JWPlayer to the maximum size of your browser without using normal fullscreen.                    

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

Название JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
Официальный URL https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
Описание Add a theatre mode button to all JWPlayers.
Размер файла 9.57 KB
Количество установок 4,311
Текущая Версия 0.1
Последнее Обновление 2019-07-13
Дата публикации 2019-07-10
Рейтинг 2.75/5 Всего 8 оценок
Разработчик developmentjbd
Тип оплаты free
Официальный сайт расширения https://gitlab.com/Shivs/nos-theater-modus
URL страницы помощи https://gitlab.com/Shivs/nos-theater-modus/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWPlayer - Theatre mode",
    "version": "0.1",
    "description": "Add a theatre mode button to all JWPlayers.",
    "short_name": "JWPlayer Theatre mode",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "theatremode.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "embed.js"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}