Zoom Video - UltraWide Video

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

What is Zoom Video - UltraWide Video?

Zoom Video - UltraWide Video is a Chrome extension developed by https://zoomvideos.net, and its main feature is "Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Zoom Video - UltraWide Video Extension CRX File

Download Zoom Video - UltraWide Video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Zoom Video - UltraWide Video Zoom Video - UltraWide Video
ID ochhcgamjcnhpaekcckimgofnedofplf
Official URL https://chromewebstore.google.com/detail/zoom-video-ultrawide-vide/ochhcgamjcnhpaekcckimgofnedofplf
Description Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.
File Size 183 KB
Installation Count 431,604
Current Version 1.1.4
Last Updated 2023-11-05
Publish Date 2023-08-21
Rating 4.80/5 Total 1873 Ratings
Developer https://zoomvideos.net
Email [email protected]
Payment Type free
Extension Website http://zoomvideos.net/
Privacy Policy Page URL https://zoomvideos.net/privacy-policy.html
Supported Languages 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": [
        ""
    ]
}