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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |