Youtube Recommended Video Block

try to make you waste less time on recommended videos

O que é Youtube Recommended Video Block?

Youtube Recommended Video Block é uma extensão do Chrome desenvolvida por shundevwork, e sua principal característica é "try to make you waste less time on recommended videos".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube Recommended Video Block

Baixe arquivos de extensão Youtube Recommended Video Block 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 is a productivity extension

If you ever felt like wasting a lot of time on Youtube recommended videos, this extension might be able to help: it keeps these "guilty pleasures" out of sight, thus, out of mind :).

sometimes I find myself watching some tutorials but couldn't help to "notice" this interesting fail compilation video on the right hand side of the screen...so with my super average will power, I caved. After repeating these steps over and over, I finally had enough, and decided to do something...

You will still have access to your subscriptions/trending videos/history etc, but when you want to watch a specific video, you will no longer get distracted and end up doing something else instead (stay focused, your time is precious, don't give it to youtube recommendation algorithm...)                    

Informações Básicas da Extensão

Nome Youtube Recommended Video Block Youtube Recommended Video Block
ID kecjmdieihbdcdoiolhchjpioacofnlk
URL Oficial https://chrome.google.com/webstore/detail/youtube-recommended-video/kecjmdieihbdcdoiolhchjpioacofnlk
Descrição try to make you waste less time on recommended videos
Tamanho do Arquivo 4.2 KB
Contagem de Instalações 306
Versão Atual 1.0.0
Última Atualização 2017-03-25
Data de Publicação 2017-03-25
Classificação 2.50/5 Total de 4 Avaliações
Desenvolvedor shundevwork
Tipo de Pagamento free
Site da Extensão https://github.com/watashiSHUN/chromeExtension/tree/master/chromeFiles
URL da Página de Ajuda https://github.com/watashiSHUN/chromeExtension/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Recommended Video Block",
    "description": "try to make you waste less time on recommended videos",
    "version": "1.0.0",
    "author": "watashiSHUN",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "DOMchange.js"
            ],
            "run_at": "document_start"
        }
    ]
}