Zoom Video - UltraWide Video

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

Co je Zoom Video - UltraWide Video?

Zoom Video - UltraWide Video je rozšíření Chrome vyvinuté https://zoomvideos.net, a jeho hlavní funkcí je „Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Zoom Video - UltraWide Video

Stáhněte si soubory rozšíření Zoom Video - UltraWide Video ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Zoom Video - UltraWide Video Zoom Video - UltraWide Video
ID ochhcgamjcnhpaekcckimgofnedofplf
Oficiální URL https://chromewebstore.google.com/detail/zoom-video-ultrawide-vide/ochhcgamjcnhpaekcckimgofnedofplf
Popis Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.
Velikost souboru 183 KB
Počet instalací 431,604
Aktuální Verze 1.1.4
Poslední Aktualizace 2023-11-05
Datum Vydání 2023-08-21
Hodnocení 4.80/5 Celkem 1873 Hodnocení
Vývojář https://zoomvideos.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://zoomvideos.net/
URL Stránky Zásad Ochrany Soukromí https://zoomvideos.net/privacy-policy.html
Podporované Jazyky 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": [
        ""
    ]
}