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 là gì?

Disney Plus Ultrawide Fullscreen Support là một tiện ích mở rộng Chrome được phát triển bởi Band of the Hawk, và tính năng chính của nó là "Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disney Plus Ultrawide Fullscreen Support

Tải xuống các tệp mở rộng Disney Plus Ultrawide Fullscreen Support dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disney Plus Ultrawide Fullscreen Support Disney Plus Ultrawide Fullscreen Support
ID pdnmlnhalemfcehgdnfkpehgoniobnph
URL Chính Thức https://chromewebstore.google.com/detail/disney-plus-ultrawide-ful/pdnmlnhalemfcehgdnfkpehgoniobnph
Mô tả Toggle 21:9 Video on Disney Plus to be full screen on Ultrawide monitors (Removes Black Bars)
Kích Thước Tệp 8.74 KB
Số Lần Cài Đặt 70,532
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2019-11-27
Ngày Phát Hành 2019-11-27
Đánh Giá 4.10/5 Tổng số 284 Đánh Giá
Nhà Phát Triển Band of the Hawk
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}