Ban Youtube Channels

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

Co je Ban Youtube Channels?

Ban Youtube Channels je rozšíření Chrome vyvinuté Adam, a jeho hlavní funkcí je „Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Ban Youtube Channels

Stáhněte si soubory rozšíření Ban Youtube Channels ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Ban Youtube Channels Ban Youtube Channels
ID kagbfjbmciaejjmjfonncmgnaafcpigo
Oficiální URL https://chromewebstore.google.com/detail/ban-youtube-channels/kagbfjbmciaejjmjfonncmgnaafcpigo
Popis Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.
Velikost souboru 81.7 KB
Počet instalací 35
Aktuální Verze 3.3
Poslední Aktualizace 2023-03-15
Datum Vydání 2023-03-14
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Adam
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}