Zoom To Fill

Install zoom to fill chrome extension and remove black bars from videos

Co je Zoom To Fill?

Zoom To Fill je rozšíření Chrome vyvinuté Zoom To Fill, a jeho hlavní funkcí je „Install zoom to fill chrome extension and remove black bars from videos“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zoom To Fill

Stáhněte si soubory rozšíření Zoom To Fill 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 to fill chrome extension removes black bars from videos on Netflix, Amazon Prime, Disney+, HBO Max, and YouTube. It also allows you to change the aspect ratio of any video, so you can watch it in full screen on your ultrawide monitor. 


How to Use?  

>>Install the extension from the Chrome Web Store. 

>>Visit a website that has videos. 

>>Click on the extension icon in the top right corner of your browser. 

>>Select the aspect ratio you want to use. 

>>The video will be resized to fit the selected aspect ratio. 

 
Features 

>>Removes black bars from videos on most websites. 

>>Allows you to change the aspect ratio of any video. 

>>Works on ultrawide monitors.                    

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

Název Zoom To Fill Zoom To Fill
ID gjdbakmcldoaklnobplcbcillcbbcjmm
Oficiální URL https://chromewebstore.google.com/detail/zoom-to-fill/gjdbakmcldoaklnobplcbcillcbbcjmm
Popis Install zoom to fill chrome extension and remove black bars from videos
Velikost souboru 314 KB
Počet instalací 434
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-06-06
Datum Vydání 2023-06-06
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář Zoom To Fill
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Zoom To Fill",
    "description": "Install zoom to fill chrome extension and remove black bars from videos",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/Icon 16.png",
            "32": "icons\/Icon 32.png",
            "64": "icons\/Icon 64.png",
            "128": "icons\/Icon 128.png",
            "2000": "icons\/Icon 2000.png"
        }
    },
    "icons": {
        "16": "icons\/Icon 16.png",
        "32": "icons\/Icon 32.png",
        "64": "icons\/Icon 64.png",
        "128": "icons\/Icon 128.png",
        "2000": "icons\/Icon 2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "gcm",
        "notifications",
        "scripting"
    ]
}