Disney Plus Ultrawide Fullscreen Support

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

Wat is Disney Plus Ultrawide Fullscreen Support?

Disney Plus Ultrawide Fullscreen Support is een Chrome-extensie ontwikkeld door Band of the Hawk, en de belangrijkste functie is "Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Disney Plus Ultrawide Fullscreen Support

Download Disney Plus Ultrawide Fullscreen Support-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Disney Plus Ultrawide Fullscreen Support Disney Plus Ultrawide Fullscreen Support
ID pdnmlnhalemfcehgdnfkpehgoniobnph
Officiële URL https://chromewebstore.google.com/detail/disney-plus-ultrawide-ful/pdnmlnhalemfcehgdnfkpehgoniobnph
Beschrijving Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)
Bestandsgrootte 8.74 KB
Aantal Installaties 70,532
Huidige Versie 2.3
Laatst Bijgewerkt 2019-11-27
Publicatiedatum 2019-11-27
Beoordeling 4.10/5 Totaal 284 Beoordelingen
Ontwikkelaar Band of the Hawk
Betalingswijze free
Ondersteunde Talen 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
}