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.

Co to jest Zoom to Fill - Ultrawide Video?

Zoom to Fill - Ultrawide Video to rozszerzenie Chrome opracowane przez https://zoomtofill.com, a jego główną funkcją jest „Removes videos black bars on Netflix, Amazon Prime, Disney Plus, HBO Max, Youtube by changing to ultrawide video aspect ratio.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Zoom to Fill - Ultrawide Video

Pobierz pliki rozszerzeń Zoom to Fill - Ultrawide Video w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Zoom to Fill - Ultrawide Video Zoom to Fill - Ultrawide Video
ID adpjimagbfpknkodpofjphpbdlfkeiho
Oficjalny URL https://chromewebstore.google.com/detail/zoom-to-fill-ultrawide-vi/adpjimagbfpknkodpofjphpbdlfkeiho
Opis Removes videos black bars on Netflix, Amazon Prime, Disney Plus, HBO Max, Youtube by changing to ultrawide video aspect ratio.
Rozmiar pliku 137 KB
Liczba instalacji 151,930
Aktualna Wersja 2.1.5.6
Ostatnia Aktualizacja 2024-01-22
Data Publikacji 2020-06-07
Ocena 3.86/5 Łącznie 391 Oceny
Deweloper https://zoomtofill.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://zoomtofill.com/
Adres URL Strony Pomocy https://zoomtofill.com/
Adres URL Strony Polityki Prywatności https://zoomtofill.vercel.app/privacy
Obsługiwane Języki 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"
}