WebExtension.net
Toggle dark mode
WebExtension.net

UltraWide Video

View on Chrome Web Store
View UltraWide Video Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (877 ratings)
1 new ratings
6 views
This extension has been viewed 6 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Allows wider than average screens (e.g. 21:9) to play online video content and fit the screen properly in fullscreen mode.
Type
Extension
Users
100,000 users
Curly Doggo Limited
View author page of Curly Doggo Limited
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 21, 2014
Version 1.8.4
Manifest version
3
Updated
Updated on August 21, 2024
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View UltraWide Video Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "default_locale": "en",
    "author": "Curly Doggo Limited",
    "homepage_url": "https:\/\/ultrawidevideo.com\/",
    "version": "1.8.4",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "UltraWide.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/icon.png"
        },
        "default_title": "__MSG_AppName__",
        "default_popup": "popup.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top