Hide YouTube Shorts

Disable YouTube Shorts effortlessly with this powerful browser extension

O que é Hide YouTube Shorts?

Hide YouTube Shorts é uma extensão do Chrome desenvolvida por Roni Shilop, e sua principal característica é "Disable YouTube Shorts effortlessly with this powerful browser extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hide YouTube Shorts

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

                        With Hide YouTube Shorts you can;

• Disable YouTube Shorts on the Home, Trending, and Subscription feeds
• Disable YouTube Shorts in the Recommended list, Search results, and Notifications menu
• Disable the Shorts tab and Shorts videos on Channel pages
• Disable Lives and Premieres on the Home and Subscription pages
• Custom block list allows users to block content from specific channels
• Automatically play Shorts videos in a regular video format
..and much more

Customizable options that allow you to control where you want to show or hide Shorts videos

Also works on the mobile browser version of YouTube when installed with Kiwi Browser or another compatible browser                    

Informações Básicas da Extensão

Nome Hide YouTube Shorts Hide YouTube Shorts
ID aljlkinhomaaahfdojalfmimeidofpih
URL Oficial https://chromewebstore.google.com/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih
Descrição Disable YouTube Shorts effortlessly with this powerful browser extension
Tamanho do Arquivo 294 KB
Contagem de Instalações 72,548
Versão Atual 1.7.4.0
Última Atualização 2023-11-07
Data de Publicação 2022-10-11
Classificação 3.99/5 Total de 554 Avaliações
Desenvolvedor Roni Shilop
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.7.4.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/mobile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Hide YouTube Shorts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}