UltraWide Video

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

O que é UltraWide Video?

UltraWide Video é uma extensão do Chrome desenvolvida por James, e sua principal característica é "Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão UltraWide Video

Baixe arquivos de extensão UltraWide Video no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UltraWide Video UltraWide Video
ID lngfncacljheahfpahadgipefkbagpdl
URL Oficial https://chromewebstore.google.com/detail/ultrawide-video/lngfncacljheahfpahadgipefkbagpdl
Descrição Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.
Tamanho do Arquivo 13.47 KB
Contagem de Instalações 183,058
Versão Atual 1.7.5
Última Atualização 2021-08-08
Data de Publicação 2021-08-08
Classificação 4.12/5 Total de 808 Avaliações
Desenvolvedor James
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}