Zoom Video - UltraWide Video

Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.

Zoom Video - UltraWide Videoとは何ですか?

Zoom Video - UltraWide Videoはhttps://zoomvideos.netによって開発されたChromeの拡張機能で、その主な機能は「Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Zoom Video - UltraWide Video拡張機能のCRXファイルをダウンロード

Zoom Video - UltraWide Video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Zoom Video Chrome extension is designed to eliminate black bars from videos across popular streaming platforms like Netflix, Amazon Prime, Disney+, HBO Max, YouTube, and more. Additionally, it provides the option to adjust the aspect ratio of any video, enabling you to enjoy content in full screen on your ultrawide monitor.

Why do you need Ultrawide Video extension?
It's for everyone who wants power over the video aspect ratio. This extension is primarily for Ultrawide Video monitors, but that does not mean it's only good for it. You can manipulate the video's size that contains horizontal or vertical black bars and let the video fill your entire screen for a better experience.

Here's how to utilize it:
1. Install the extension from the Chrome Web Store.
2. Navigate to a website containing videos.
3. Click the extension icon located in the upper right corner of your browser.
4. Choose your desired aspect ratio.

The video will be resized to fit the chosen aspect ratio.
Although primarily intended for ultrawide screens (21:9, 32:9), this extension is compatible with any resolution and video. It proves particularly beneficial for 16:9 screens, enhancing the experience with 4:3 videos. Select a predefined aspect ratio (16:9, 18:9, 21:9, 32:9). Selecting it again will reset the video aspect ratio to the original size.

This extension enables the support for 21:9 monitors on YouTube, Netflix and others video sites 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.

Automatic aspect ratio detection
This feature ensures that video will be cropped without you having to lift a finger. It runs continuously and will even detect aspect ratio changes that happen in the middle of the video.

You can also use shortcut keys to do everything, they can be customized on Settings page. Define single keys for multiples aspect ratios or define multiple keyboard combos separately also.

▸ Works on all video streaming platforms 
▸ Works on all embedded videos 

Notable features include:
Elimination of black bars from videos on various websites.
Ability to modify the aspect ratio of any video.
Compatibility with ultrawide monitors.

Your support is appreciated; if you find the extension valuable, kindly consider rating it with 5 stars on the Zoom to Fill extension.                    

拡張機能の基本情報

名前 Zoom Video - UltraWide Video Zoom Video - UltraWide Video
ID ochhcgamjcnhpaekcckimgofnedofplf
公式URL https://chromewebstore.google.com/detail/zoom-video-ultrawide-vide/ochhcgamjcnhpaekcckimgofnedofplf
説明 Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.
ファイルサイズ 183 KB
インストール数 431,604
現在のバージョン 1.1.4
最終更新日 2023-11-05
公開日 2023-08-21
評価 4.80/5 合計 1873 レビュー
開発者 https://zoomvideos.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://zoomvideos.net/
プライバシーポリシーページのURL https://zoomvideos.net/privacy-policy.html
対応言語 id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.4",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "src\/js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "icons": {
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "commands": {
        "+": {
            "description": "Increase zoom ( + )",
            "suggested_key": {
                "default": "Ctrl+Up",
                "mac": "Command+Shift+Up"
            }
        },
        "-": {
            "description": "Decrease zoom ( - )",
            "suggested_key": {
                "default": "Ctrl+Down",
                "mac": "Command+Shift+Down"
            }
        },
        "16:9": {
            "description": "16:9 Aspect Ratio"
        },
        "18:9": {
            "description": "18:9 Aspect Ratio"
        },
        "21:9": {
            "description": "21:9 Aspect Ratio"
        },
        "32:9": {
            "description": "32:9 Aspect Ratio"
        },
        "auto\/reset": {
            "description": "Auto\/Reset Aspect Ratio"
        }
    },
    "host_permissions": [
        ""
    ]
}