YouTube Distraction Free Mode

Video only displays with a black background

O que é YouTube Distraction Free Mode?

YouTube Distraction Free Mode é uma extensão do Chrome desenvolvida por dan.burke.software.engineer, e sua principal característica é "Video only displays with a black background".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Distraction Free Mode

Baixe arquivos de extensão YouTube Distraction Free Mode 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

                        Chrome extension button removes everything except the youtube video being watched.  
Enjoy the distraction free video viewing.                    

Informações Básicas da Extensão

Nome YouTube Distraction Free Mode YouTube Distraction Free Mode
ID fndkdnncakdblphkfbbfaljjimbojppc
URL Oficial https://chrome.google.com/webstore/detail/youtube-distraction-free/fndkdnncakdblphkfbbfaljjimbojppc
Descrição Video only displays with a black background
Tamanho do Arquivo 5.36 KB
Contagem de Instalações 117
Versão Atual 1.0
Última Atualização 2017-01-15
Data de Publicação 2017-01-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor dan.burke.software.engineer
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Distraction Free Mode",
    "description": "Video only displays with a black background",
    "version": "1.0",
    "browser_action": {
        "default_title": "YouTubeDistractionFree",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}