Really Hide YouTube Shorts

A very simple plugin to hide all YouTube Shorts. Created by Zero.

O que é Really Hide YouTube Shorts?

Really Hide YouTube Shorts é uma extensão do Chrome desenvolvida por Zero, e sua principal característica é "A very simple plugin to hide all YouTube Shorts. Created by Zero.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Really Hide YouTube Shorts

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

                        A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions.

Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin.

Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v                    

Informações Básicas da Extensão

Nome Really Hide YouTube Shorts Really Hide YouTube Shorts
ID kjkiajelmfimihhmiggjjcaibjmlbcpf
URL Oficial https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf
Descrição A very simple plugin to hide all YouTube Shorts. Created by Zero.
Tamanho do Arquivo 188 KB
Contagem de Instalações 264
Versão Atual 1.0.3
Última Atualização 2023-08-23
Data de Publicação 2023-08-15
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Zero
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Really Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.0.3",
    "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_title": "Really Hide YouTube Shorts",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/hide.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}