Ban Youtube Channels

Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.

O que é Ban Youtube Channels?

Ban Youtube Channels é uma extensão do Chrome desenvolvida por Adam, e sua principal característica é "Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ban Youtube Channels

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

                        Sometimes you want to ban a channel from your feed entirely. That means beyond just your home page - some channels you don't want to see in search or recommendations either.

This extension protects you from these channels, erasing their videos quickly from your feed after they enter the page - that way you're not exposed to them for long. 

On youtube, left click the extension icon to choose a channel - hover over channel names and click one to ban. right click the extension icon, and you can manage the banned channel if you ever wish to do so.                    

Informações Básicas da Extensão

Nome Ban Youtube Channels Ban Youtube Channels
ID kagbfjbmciaejjmjfonncmgnaafcpigo
URL Oficial https://chromewebstore.google.com/detail/ban-youtube-channels/kagbfjbmciaejjmjfonncmgnaafcpigo
Descrição Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.
Tamanho do Arquivo 81.7 KB
Contagem de Instalações 35
Versão Atual 3.3
Última Atualização 2023-03-15
Data de Publicação 2023-03-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Adam
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "BYTC.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "name": "Ban Youtube Channels",
    "description": "Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.",
    "version": "3.3",
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_icon": "icons\/action_inactive.png"
    },
    "icons": {
        "128": "icons\/active_128.png",
        "48": "icons\/active_48.png",
        "16": "icons\/active_16.png"
    }
}