YouTube Header Hider

Simple extension for better watching videos in small window without intrusive YouTube header

O que é YouTube Header Hider?

YouTube Header Hider é uma extensão do Chrome desenvolvida por Meosit, e sua principal característica é "Simple extension for better watching videos in small window without intrusive YouTube header".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Header Hider

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

                        Simple extension for better watching videos in small window without intrusive YouTube header                    

Informações Básicas da Extensão

Nome YouTube Header Hider YouTube Header Hider
ID ilajonkalnicmkhflafhhddkolnpkknf
URL Oficial https://chrome.google.com/webstore/detail/youtube-header-hider/ilajonkalnicmkhflafhhddkolnpkknf
Descrição Simple extension for better watching videos in small window without intrusive YouTube header
Tamanho do Arquivo 10.47 KB
Contagem de Instalações 14
Versão Atual 2.1.1
Última Atualização 2018-01-18
Data de Publicação 2018-01-18
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Meosit
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": "YouTube Header Hider",
    "version": "2.1.1",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content_scripts\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/play_96.png",
        "default_title": "YouTube Header Hider",
        "default_popup": "popup\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}