YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

O que é YouTube Video Expander?

YouTube Video Expander é uma extensão do Chrome desenvolvida por wilmol, e sua principal característica é "Embeds the current YouTube video within the entire Chrome window.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Video Expander

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

                        Fills the browser with the current YouTube video on click of the extension icon. 

This is different to the full-screen option which fills the entire monitor. 

This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc.

See the before and after screenshots for an example.                    

Informações Básicas da Extensão

Nome YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
URL Oficial https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
Descrição Embeds the current YouTube video within the entire Chrome window.
Tamanho do Arquivo 5.06 KB
Contagem de Instalações 396
Versão Atual 0.0.0.4
Última Atualização 2017-04-20
Data de Publicação 2017-04-19
Classificação 3.25/5 Total de 4 Avaliações
Desenvolvedor wilmol
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://github.com/wilmol
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Expander",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Embeds the current YouTube video within the entire Chrome window.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}