UltraWide Streaming: custom fullscreen ratios

Go fullscreen on your ultrawide monitor. Fit the video to 21:9, 32:9, or custom ratio. Supports most streaming platforms.

Co je UltraWide Streaming: custom fullscreen ratios?

UltraWide Streaming: custom fullscreen ratios je rozšíření Chrome vyvinuté Streaming Extensions, a jeho hlavní funkcí je „Go fullscreen on your ultrawide monitor. Fit the video to 21:9, 32:9, or custom ratio. Supports most streaming platforms.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UltraWide Streaming: custom fullscreen ratios

Stáhněte si soubory rozšíření UltraWide Streaming: custom fullscreen ratios 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í

                        Make the most of your ultrawide monitor and upgrade it to a home cinema! 

With UltraWide Streaming, you’ll be able to fit your favorite streaming content to various ultrawide ratios. Get rid of the annoying black bars and go fullscreen wider than average!

🔎How to use UltraWide Streaming?

Follow these simple steps to get the ultrawide fullscreen mode:
1. Add UltraWide Streaming to Chrome.
2. Go to Extensions (a puzzle piece icon in the browser’s top right corner).
3. Find UltraWide Streaming and pin it to your toolbar.
4. Click the UltraWide Streaming icon to open the settings.
5. Set the basic ratio option (Crop or Stretch)
6. Click on Specify button to expand the setting options.
7. Choose one from the defined ratios (21:9, 32:9, or 16:9) or set your custom ratio values.
8. Finally, pick the platforms for which you want to use your new video settings.

✅You’re all set! Enjoy fullscreen movies and TV Shows on your ultrawide monitor.

⭐UltraWide Streaming supports: Netflix, Prime Video, Disney+ and many more of your favorite streaming platforms!

[Works also with MAX in US services 🇺🇸]

Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This website & extensions hold no association or affiliation with them or any third-party companies.                    

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

Název UltraWide Streaming: custom fullscreen ratios UltraWide Streaming: custom fullscreen ratios
ID ofkcbakkpjefjndcmbkokadbmmaimnlp
Oficiální URL https://chromewebstore.google.com/detail/ultrawide-streaming-custo/ofkcbakkpjefjndcmbkokadbmmaimnlp
Popis Go fullscreen on your ultrawide monitor. Fit the video to 21:9, 32:9, or custom ratio. Supports most streaming platforms.
Velikost souboru 748 KB
Počet instalací 4,304
Aktuální Verze 1.0.17
Poslední Aktualizace 2024-03-04
Datum Vydání 2022-10-15
Hodnocení 4.10/5 Celkem 10 Hodnocení
Vývojář Streaming Extensions
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.vodextended.com/privacy_policy
Podporované Jazyky de,en,fr,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.17",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.apple.com\/*",
        "*:\/\/*.disneyplus.com\/*",
        "*:\/\/*.bamgrid.com\/*",
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*",
        "*:\/\/*.hbo.com\/*",
        "*:\/\/*.hulu.com\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.paramountplus.com\/*",
        "*:\/\/*.peacocktv.com\/*",
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.co.jp\/*"
    ],
    "icons": {
        "48": "img\/ultrawide48.png",
        "128": "img\/ultrawide128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/ultrawide48.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js"
            ],
            "matches": [
                "*:\/\/*.apple.com\/*",
                "*:\/\/*.disneyplus.com\/*",
                "*:\/\/*.bamgrid.com\/*",
                "*:\/\/*.hbomax.com\/*",
                "*:\/\/*.max.com\/*",
                "*:\/\/*.hbo.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.paramountplus.com\/*",
                "*:\/\/*.peacocktv.com\/*",
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        },
        {
            "js": [
                "contentNetflix.js",
                "netflix.min.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        },
        {
            "js": [
                "contentPrime.js",
                "amazon.min.js"
            ],
            "matches": [
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        },
        {
            "js": [
                "contentDisney.js",
                "disney.min.js"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*",
                "*:\/\/*.bamgrid.com\/*"
            ]
        },
        {
            "js": [
                "contentHulu.js",
                "hulu.min.js"
            ],
            "matches": [
                "*:\/\/*.hulu.com\/*"
            ]
        },
        {
            "js": [
                "contentParamount.js",
                "paramount.min.js"
            ],
            "matches": [
                "*:\/\/*.paramountplus.com\/*"
            ]
        },
        {
            "js": [
                "contentPeacock.js",
                "peacock.min.js"
            ],
            "matches": [
                "*:\/\/*.peacocktv.com\/*"
            ]
        },
        {
            "js": [
                "contentHbo.js"
            ],
            "matches": [
                "*:\/\/*.hbo.com\/*"
            ]
        },
        {
            "js": [
                "contentHbo.js",
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "contentHbo.js",
                "max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        },
        {
            "js": [
                "contentApple.js",
                "appletv.min.js"
            ],
            "matches": [
                "*:\/\/*.apple.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}