Disney Plus Ultrawide Fullscreen Support

Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)

Что такое Disney Plus Ultrawide Fullscreen Support?

Disney Plus Ultrawide Fullscreen Support - это расширение Chrome, разработанное Band of the Hawk, и его основная функция - "Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Disney Plus Ultrawide Fullscreen Support

Скачайте файлы расширений Disney Plus Ultrawide Fullscreen Support в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Adds a button to chrome toolbar to toggle fullscreen scaling of Disney plus video on Ultrawide Monitors which at the moment, is not supported.  

This is useful for 21:9 titles (most movies on disney plus), where letterboxing occurs, resulting in the titles no longer having the black bars on the side and top, allowing you to utilise the full size of your ultrawide monitor for a better viewing experience.

Simply add the extension, and click the new button while viewing a disney plus movie to see the effect.

Version 2.3 Fixed Missing Subtitle Bug                    

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

Название Disney Plus Ultrawide Fullscreen Support Disney Plus Ultrawide Fullscreen Support
ID pdnmlnhalemfcehgdnfkpehgoniobnph
Официальный URL https://chromewebstore.google.com/detail/disney-plus-ultrawide-ful/pdnmlnhalemfcehgdnfkpehgoniobnph
Описание Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)
Размер файла 8.74 KB
Количество установок 70,532
Текущая Версия 2.3
Последнее Обновление 2019-11-27
Дата публикации 2019-11-27
Рейтинг 4.10/5 Всего 284 оценок
Разработчик Band of the Hawk
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney Plus Ultrawide Fullscreen Support",
    "description": "Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)",
    "version": "2.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Toggle Fullscreen"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}