Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

O que é Shorts Blocker?

Shorts Blocker é uma extensão do Chrome desenvolvida por Umut Seven, e sua principal característica é "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Shorts Blocker

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

                        Requirements: Chrome 105 and above

Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? 

Introducing, the Shorts Blocker;  a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results.

The entire project is open source, with no data collection, no ads, and no tracking.                    

Informações Básicas da Extensão

Nome Shorts Blocker Shorts Blocker
ID ckagfhpboagdopichicnebandlofghbc
URL Oficial https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc
Descrição Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Tamanho do Arquivo 9.3 KB
Contagem de Instalações 6,000
Versão Atual 3.2
Última Atualização 2023-11-09
Data de Publicação 2023-05-02
Classificação 4.38/5 Total de 21 Avaliações
Desenvolvedor Umut Seven
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/umutseven92/shorts-blocker
URL da Página de Ajuda https://github.com/umutseven92/shorts-blocker/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Blocker",
    "version": "3.2",
    "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/blocker.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}