YouTube Aspect Ratio Control

Resizer and aspect ratio changer for YouTube videos.

O que é YouTube Aspect Ratio Control?

YouTube Aspect Ratio Control é uma extensão do Chrome desenvolvida por Andrei Felix, e sua principal característica é "Resizer and aspect ratio changer for YouTube videos.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Aspect Ratio Control

Baixe arquivos de extensão YouTube Aspect Ratio Control 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

                        An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader.                    

Informações Básicas da Extensão

Nome YouTube Aspect Ratio Control YouTube Aspect Ratio Control
ID nibkffljoplhfjjnompgibnkoehbjmmo
URL Oficial https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo
Descrição Resizer and aspect ratio changer for YouTube videos.
Tamanho do Arquivo 35 KB
Contagem de Instalações 13,086
Versão Atual 1.0.0.2
Última Atualização 2020-08-04
Data de Publicação 2018-05-26
Classificação 4.37/5 Total de 133 Avaliações
Desenvolvedor Andrei Felix
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Aspect Ratio Control",
    "version": "1.0.0.2",
    "description": "Resizer and aspect ratio changer for YouTube videos.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "js\/jquery.js",
                "js\/aspect-ratio.js"
            ]
        }
    ]
}