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)」です。
拡張機能のスクリーンショット
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 |
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 } |