Zoom Video - UltraWide Video

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

Vad är Zoom Video - UltraWide Video?

Zoom Video - UltraWide Video är en Chrome-tillägg utvecklad av https://zoomvideos.net, och dess huvudfunktion är "Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Zoom Video - UltraWide Video-förlängningens CRX-fil

Ladda ner Zoom Video - UltraWide Video-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Zoom Video - UltraWide Video Zoom Video - UltraWide Video
ID ochhcgamjcnhpaekcckimgofnedofplf
Officiell webbadress https://chromewebstore.google.com/detail/zoom-video-ultrawide-vide/ochhcgamjcnhpaekcckimgofnedofplf
Beskrivning Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.
Filstorlek 183 KB
Antal Installationer 431,604
Aktuell Version 1.1.4
Senast Uppdaterad 2023-11-05
Publiceringsdatum 2023-08-21
Betyg 4.80/5 Totalt 1873 Betyg
Utvecklare https://zoomvideos.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://zoomvideos.net/
URL till Sekretesspolicy Sidan https://zoomvideos.net/privacy-policy.html
Stödda Språk 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": [
        ""
    ]
}