Responsive YouTube

Automatically switch YouTube to theater mode and size videos to fill your entire browser window.

O que é Responsive YouTube?

Responsive YouTube é uma extensão do Chrome desenvolvida por Blaise Kal, e sua principal característica é "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".

Baixar o arquivo CRX da Extensão Responsive YouTube

Baixe arquivos de extensão Responsive YouTube 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

                        • Automatically switch to theater mode.

    • Use all available space in your browser window to display the video as large as possible.

    • Scroll down to see the video details, comments and related videos.                    

Informações Básicas da Extensão

Nome Responsive YouTube Responsive YouTube
ID fchofanjgpjojphfdpakbdliemmmhnoi
URL Oficial https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi
Descrição Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Tamanho do Arquivo 6.43 KB
Contagem de Instalações 10
Versão Atual 1.3.1
Última Atualização 2018-02-23
Data de Publicação 2018-02-23
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Blaise Kal
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": "Responsive YouTube",
    "version": "1.3.1",
    "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "responsiveyoutube.js"
            ]
        }
    ]
}