YouTube Distraction Blocker

Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.

O que é YouTube Distraction Blocker?

YouTube Distraction Blocker é uma extensão do Chrome desenvolvida por Productivity Tools, e sua principal característica é "Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Distraction Blocker

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

                        An extension that deploys a dropdown menu that allows you to remove the YouTube recommendations and/or comments to your choosing. When the page is refreshed the comments and recommendations go back. Perfect for anyone who is trying to maximize productivity while working or studying or is disappointed by how much time they spend going down the YouTube rabbitholes.                    

Informações Básicas da Extensão

Nome YouTube Distraction Blocker YouTube Distraction Blocker
ID bebhefcdgigdmaalghmfldlpnlihgagh
URL Oficial https://chromewebstore.google.com/detail/youtube-distraction-block/bebhefcdgigdmaalghmfldlpnlihgagh
Descrição Blocks YouTube comments and/or watch recommendations as chosen to minimize distractions while working or studying.
Tamanho do Arquivo 3.75 MB
Contagem de Instalações 314
Versão Atual 1.0.0
Última Atualização 2022-02-28
Data de Publicação 2022-02-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Productivity Tools
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Distraction Blocker",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "YouTube Distraction Blocker",
        "default_icon": {
            "16": "\/logos\/Icon16.png",
            "32": "\/logos\/Icon32.png",
            "48": "\/logos\/Icon48.png",
            "128": "\/logos\/Icon128.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "description": "Blocks YouTube comments and\/or watch recommendations as chosen to minimize distractions while working or studying."
}