UltraWide Video

Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.

UltraWide Video란 무엇입니까?

UltraWide Video은(는) James에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

UltraWide Video 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        UPDATED: 
-Added an aspect ratio mode as well as crop mode. You can toggle these on the fly with ctrl+alt+c!
-More stability and more compatibility with players. 

Press ctrl+alt+c to toggle on the fly.

Help me out on GIT! https://github.com/wltrsjames/Ultrawide-Video

This extension enables the support for 21:9 monitors on YouTube, Netflix & HBO GO's full screen mode. 
It is great for wide aspect ratio videos, that have black bars at the top and bottom and don't scale correctly.                    

확장 프로그램 기본 정보

이름 UltraWide Video UltraWide Video
ID lngfncacljheahfpahadgipefkbagpdl
공식 URL https://chromewebstore.google.com/detail/ultrawide-video/lngfncacljheahfpahadgipefkbagpdl
설명 Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.
파일 크기 13.47 KB
설치 횟수 183,058
현재 버전 1.7.5
최근 업데이트 2021-08-08
출시 날짜 2021-08-08
평점 4.12/5 총 808 개의 평점
개발자 James
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UltraWide Video",
    "version": "1.7.5",
    "description": "Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/UltraWide.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "UltraWide Video",
        "default_popup": "client\/popup.html"
    }
}