Ban Youtube Channels

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

Hvad er Ban Youtube Channels?

Ban Youtube Channels er en Chrome-udvidelse udviklet af Adam, og dens hovedfunktion er "Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Ban Youtube Channels-udvidelses-CRX-fil

Download Ban Youtube Channels-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ban Youtube Channels Ban Youtube Channels
ID kagbfjbmciaejjmjfonncmgnaafcpigo
Officiel URL https://chromewebstore.google.com/detail/ban-youtube-channels/kagbfjbmciaejjmjfonncmgnaafcpigo
Beskrivelse Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.
Filstørrelse 81.7 KB
Antal Installationer 35
Nuværende Version 3.3
Senest Opdateret 2023-03-15
Udgivelsesdato 2023-03-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Adam
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}