UltraWide Video

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

Vad är UltraWide Video?

UltraWide Video är en Chrome-tillägg utvecklad av James, och dess huvudfunktion är "Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner UltraWide Video-förlängningens CRX-fil

Ladda ner UltraWide Video-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn UltraWide Video UltraWide Video
ID lngfncacljheahfpahadgipefkbagpdl
Officiell webbadress https://chromewebstore.google.com/detail/ultrawide-video/lngfncacljheahfpahadgipefkbagpdl
Beskrivning Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.
Filstorlek 13.47 KB
Antal Installationer 183,058
Aktuell Version 1.7.5
Senast Uppdaterad 2021-08-08
Publiceringsdatum 2021-08-08
Betyg 4.12/5 Totalt 808 Betyg
Utvecklare James
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}