Disney Plus Ultrawide Fullscreen Support
Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)
What is Disney Plus Ultrawide Fullscreen Support?
Disney Plus Ultrawide Fullscreen Support is a Chrome extension developed by Band of the Hawk, and its main feature is "Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)".
Extension Screenshots
Download Disney Plus Ultrawide Fullscreen Support Extension CRX File
Download Disney Plus Ultrawide Fullscreen Support extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Disney Plus Ultrawide Fullscreen Support |
ID | pdnmlnhalemfcehgdnfkpehgoniobnph |
Official URL | https://chromewebstore.google.com/detail/disney-plus-ultrawide-ful/pdnmlnhalemfcehgdnfkpehgoniobnph |
Description | Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars) |
File Size | 8.74 KB |
Installation Count | 70,532 |
Current Version | 2.3 |
Last Updated | 2019-11-27 |
Publish Date | 2019-11-27 |
Rating | 4.10/5 Total 284 Ratings |
Developer | Band of the Hawk |
Payment Type | free |
Supported Languages | 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 } |