Zoom to Fill - Ultrawide Video

Removes videos black bars on Netflix, Amazon Prime, Disney Plus, HBO Max, Youtube by changing to ultrawide video aspect ratio.

What is Zoom to Fill - Ultrawide Video?

Zoom to Fill - Ultrawide Video is a Chrome extension developed by https://zoomtofill.com, and its main feature is "Removes videos black bars on Netflix, Amazon Prime, Disney Plus, HBO Max, Youtube by changing to ultrawide video aspect ratio.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Zoom to Fill - Ultrawide Video Extension CRX File

Download Zoom to Fill - 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

                        Change aspect ratio of any video on any website, removing black bars ⬛ from videos and correcting the aspect ratio 🎉

Works on most websites, officially tested on major streaming platforms like:
⭐ Netflix 
⭐ Amazon Prime
⭐ Disney+
⭐ HBO Max
⭐ Youtube
⭐ and many more popular streaming websites!

This extension was made for primarily for ultrawide 🖥️ screens (21:9, 32:9), but you can use it on any resolution and any video you like to zoom! 
If you have a 16:9 screen, this extension is very useful for 4:3 videos. 

❇️How to use it?
Very simple, if you want to use the player button (available for that site):
*️⃣Click on the button to zoom, this will use your predefined aspect ratio.
*️⃣Scroll on the button, to manually adjust your zoom level.

⚠️If there is no button, you can use the popup
*️⃣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.
*️⃣Use the plus and minus controls, this will manually adjust the zoom level, also, you can scroll on the number to do the same.

You can now also use shortcut keys ⌨️ to do everything, they can be customized on ⚙️Settings
*️⃣You can define single keys for multiples aspect ratios.
*️⃣You can define multiple keyboard combos separately also.

New additions made on the last 2.0 version: 
✅ Extension player button is now on most major streaming platforms.
✅ Popup added with more options and features
✅ Manual zoom adjustment
✅ Persistent mode
✅ Keyboard shortcuts
✅ Support for more screen resolutions

If you find any issue don't doubt in leave feedback❗
You are always welcome to contact the developer 😉

Copyright © 2023 by Gabriel Mazzoleni
All Rights Reserved                    

Extension Basic Information

Name Zoom to Fill - Ultrawide Video Zoom to Fill - Ultrawide Video
ID adpjimagbfpknkodpofjphpbdlfkeiho
Official URL https://chromewebstore.google.com/detail/zoom-to-fill-ultrawide-vi/adpjimagbfpknkodpofjphpbdlfkeiho
Description Removes videos black bars on Netflix, Amazon Prime, Disney Plus, HBO Max, Youtube by changing to ultrawide video aspect ratio.
File Size 137 KB
Installation Count 151,930
Current Version 2.1.5.6
Last Updated 2024-01-22
Publish Date 2020-06-07
Rating 3.86/5 Total 391 Ratings
Developer https://zoomtofill.com
Email [email protected]
Payment Type free
Extension Website https://zoomtofill.com/
Help Page URL https://zoomtofill.com/
Privacy Policy Page URL https://zoomtofill.vercel.app/privacy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "2.1.5.6",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_title": "Zoom to Fill - Ultrawide Video",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "src\/content\/index.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "src\/sw\/index.js"
    },
    "commands": {
        "+": {
            "suggested_key": {
                "default": "Ctrl+Up"
            },
            "description": "Increase zoom ( + )"
        },
        "-": {
            "suggested_key": {
                "default": "Ctrl+Down"
            },
            "description": "Decrease zoom ( - )"
        },
        "16:9": {
            "description": "16:9 Aspect Ratio"
        },
        "16:10": {
            "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"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzG4hkXbed78iDm1N5z2qdybQifEevUYbiPL7GEOQ601MuJx9OSyrZlFBk6KmbJt3bfusdeEdPJtryibXc5YvfN3cQdS+lqNxvl5W+9VC9MmJk44NXyNJwcAyarZSqJb5tJvkZT+ytFrIf+vAxHk6Plxv349fBYDPXGTlfNLDu2SwvE7NEh4+S6mc2HlM5fdjlZiEzavY7lgAbMxb6fv\/MWKuK1TGo8yiNNRO8JmKd2Ub82Zp+dB++5u9zyZc3Ns8gLt6Q57HlPq6d+oODsiOWJ024FjLXsqN1uS0L6ihvnNYXTwlxqe1pQM2p5sMuPMn4d02gPCkPjZD+KcX155rHwIDAQAB"
}