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是由Band of the Hawk开发的Chrome扩展程序,该扩展的主要功能是“Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)”。

扩展截图

screenshot
screenshot
screenshot

下载Disney Plus Ultrawide Fullscreen Support扩展crx文件

下载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
}