Hide my Youtube

One click hides all the text and thumbnails on Youtube. Another click brings it all back.

O que é Hide my Youtube?

Hide my Youtube é uma extensão do Chrome desenvolvida por excogito, e sua principal característica é "One click hides all the text and thumbnails on Youtube. Another click brings it all back.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hide my Youtube

Baixe arquivos de extensão Hide my 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

                        One click on the extension's icon hides all the text and thumbnails on Youtube. Another click brings it all back.

- Want to see the highlights for that game you missed, without spoiling the score first?
- Want to keep some privacy when someone's right over your shoulder?
- Want to watch just one video, without spiraling down the youtube hole?                    

Informações Básicas da Extensão

Nome Hide my Youtube Hide my Youtube
ID nbbgdnddemllmhllcnojhfkanmagnecg
URL Oficial https://chromewebstore.google.com/detail/hide-my-youtube/nbbgdnddemllmhllcnojhfkanmagnecg
Descrição One click hides all the text and thumbnails on Youtube. Another click brings it all back.
Tamanho do Arquivo 19.96 KB
Contagem de Instalações 70
Versão Atual 1.0.1
Última Atualização 2018-10-27
Data de Publicação 2018-10-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor excogito
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Unspoiled Youtube"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ]
}