Zoom Video - UltraWide Video

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

Apa itu Zoom Video - UltraWide Video?

Zoom Video - UltraWide Video adalah ekstensi Chrome yang dikembangkan oleh https://zoomvideos.net, dan fitur utamanya adalah "Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Zoom Video - UltraWide Video

Unduh file ekstensi Zoom Video - UltraWide Video dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Zoom Video - UltraWide Video Zoom Video - UltraWide Video
ID ochhcgamjcnhpaekcckimgofnedofplf
URL Resmi https://chromewebstore.google.com/detail/zoom-video-ultrawide-vide/ochhcgamjcnhpaekcckimgofnedofplf
Deskripsi Zoom video, change aspect ratio of any video, removing black bars on Netflix, Amazon Prime, YouTube, HBO. Ultrawide video.
Ukuran File 183 KB
Jumlah Instalasi 431,604
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2023-11-05
Tanggal Publikasi 2023-08-21
Penilaian 4.80/5 Total 1873 Penilaian
Pengembang https://zoomvideos.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://zoomvideos.net/
URL Halaman Kebijakan Privasi https://zoomvideos.net/privacy-policy.html
Bahasa yang Didukung 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": [
        ""
    ]
}