Zen YouTube: Distraction free youtube

Removes feed and recommendations from YouTube so that you can have a distraction free focused session

O que é Zen YouTube: Distraction free youtube?

Zen YouTube: Distraction free youtube é uma extensão do Chrome desenvolvida por Vishnu Gt, e sua principal característica é "Removes feed and recommendations from YouTube so that you can have a distraction free focused session".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Zen YouTube: Distraction free youtube

Baixe arquivos de extensão Zen YouTube: Distraction free 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

                        This extension helps you have a distraction free YouTube session by removing the recommendations and your home page feed so that you don't end up watching YouTube for hours.

Github Link: https://github.com/vishnugt/Zen-Youtube                    

Informações Básicas da Extensão

Nome Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
URL Oficial https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
Descrição Removes feed and recommendations from YouTube so that you can have a distraction free focused session
Tamanho do Arquivo 10.31 KB
Contagem de Instalações 6,000
Versão Atual 2.0.0
Última Atualização 2022-02-09
Data de Publicação 2021-10-24
Classificação 5.00/5 Total de 21 Avaliações
Desenvolvedor Vishnu Gt
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/vishnugt/Zen-Youtube
URL da Página de Ajuda https://github.com/vishnugt/Zen-Youtube
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen YouTube: Distraction free youtube",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Removes feed and recommendations from YouTube so that you can have a distraction free focused session",
    "homepage_url": "https:\/\/github.com\/vishnugt\/Zen-Youtube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ]
}