Youtube UnHooked

Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.

O que é Youtube UnHooked?

Youtube UnHooked é uma extensão do Chrome desenvolvida por Pamela Fox, e sua principal característica é "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Youtube UnHooked

Baixe arquivos de extensão Youtube UnHooked 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

                        Do you find yourself getting hooked by Youtube's recommended and related videos, but you don't want to deprive yourself completely of Youtube? 
This extension still lets you search and play videos, but hides the parts of Youtube that are unneeded and addictive: the front page recommendation feed, the related videos in the sidebar and end screen, and the comments.

(Note: if you only want a subset of those things hidden, try HabitLab by Stanford)                    

Informações Básicas da Extensão

Nome Youtube UnHooked Youtube UnHooked
ID fkhfakakdbjcdipdgnbfngaljiecclaf
URL Oficial https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf
Descrição Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
Tamanho do Arquivo 3.88 KB
Contagem de Instalações 12,683
Versão Atual 0.9.8
Última Atualização 2022-08-03
Data de Publicação 2019-07-04
Classificação 4.70/5 Total de 44 Avaliações
Desenvolvedor Pamela Fox
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/pamelafox/youtube-feed-hider
URL da Página de Ajuda https://github.com/pamelafox/youtube-feed-hider
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube UnHooked",
    "version": "0.9.8",
    "description": "Hides parts of Youtube that are unneeded\/addictive: recommendations, related videos, comments.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}