WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SkyShowtime UltraWide: custom fullscreen ratios

SkyShowtime UltraWide: custom fullscreen ratios

View on Chrome Web Store
View SkyShowtime UltraWide: custom fullscreen ratios Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
37 views
This extension has been viewed 37 times
0 downloads
This extension has been downloaded 0 times

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

Go fullscreen on your ultrawide monitor. Fit the video to 21:9, 32:9, or custom ratio. Supports SkyShowtime platform.
Type
Extension
Users
77 users
3
SVODExtensions
View author page of SVODExtensions
Published
Published on June 25, 2025
Version 0.0.1
Manifest version
3
Updated
Updated on June 25, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View SkyShowtime UltraWide: custom fullscreen ratios 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",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/ultrawide48.png",
        "128": "img\/ultrawide128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/ultrawide48.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.skyshowtime.com\/*"
            ]
        },
        {
            "js": [
                "options.js",
                "contentAll.js"
            ],
            "css": [
                "contentAll.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/ultrawide48.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2026 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