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
官方網址 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
}