UltraWide Video

Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.

What is UltraWide Video?

UltraWide Video is a Chrome extension developed by James, and its main feature is "Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.".

Extension Screenshots

screenshot
screenshot

Download UltraWide Video Extension CRX File

Download 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

                        UPDATED: 
-Added an aspect ratio mode as well as crop mode. You can toggle these on the fly with ctrl+alt+c!
-More stability and more compatibility with players. 

Press ctrl+alt+c to toggle on the fly.

Help me out on GIT! https://github.com/wltrsjames/Ultrawide-Video

This extension enables the support for 21:9 monitors on YouTube, Netflix & HBO GO's 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.                    

Extension Basic Information

Name UltraWide Video UltraWide Video
ID lngfncacljheahfpahadgipefkbagpdl
Official URL https://chromewebstore.google.com/detail/ultrawide-video/lngfncacljheahfpahadgipefkbagpdl
Description Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.
File Size 13.47 KB
Installation Count 183,058
Current Version 1.7.5
Last Updated 2021-08-08
Publish Date 2021-08-08
Rating 4.12/5 Total 808 Ratings
Developer James
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UltraWide Video",
    "version": "1.7.5",
    "description": "Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/UltraWide.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "UltraWide Video",
        "default_popup": "client\/popup.html"
    }
}