YouTube Wide-Screen Mode Enhancer

Enhance YouTube's wide-screen mode

What is YouTube Wide-Screen Mode Enhancer?

YouTube Wide-Screen Mode Enhancer is a Chrome extension developed by sg, and its main feature is "Enhance YouTube's wide-screen mode".

Extension Screenshots

screenshot
screenshot

Download YouTube Wide-Screen Mode Enhancer Extension CRX File

Download YouTube Wide-Screen Mode Enhancer 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

                        Experience YouTube like never before with the YouTube Wide-Screen Mode Enhancer Chrome extension! Say goodbye to the constraints of traditional video sizes and enjoy a more immersive viewing experience.                    

Extension Basic Information

Name YouTube Wide-Screen Mode Enhancer YouTube Wide-Screen Mode Enhancer
ID olfmfnomafmhlcclaaffmonidlfggmie
Official URL https://chromewebstore.google.com/detail/youtube-wide-screen-mode/olfmfnomafmhlcclaaffmonidlfggmie
Description Enhance YouTube's wide-screen mode
File Size 13.22 KB
Installation Count 24
Current Version 0.1.2
Last Updated 2023-10-24
Publish Date 2023-10-08
Developer sg
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Wide-Screen Mode Enhancer",
    "version": "0.1.2",
    "description": "Enhance YouTube's wide-screen mode",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}