Ban Youtube Channels

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

Ban Youtube Channels란 무엇입니까?

Ban Youtube Channels은(는) Adam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ban Youtube Channels 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Ban Youtube Channels Ban Youtube Channels
ID kagbfjbmciaejjmjfonncmgnaafcpigo
공식 URL https://chromewebstore.google.com/detail/ban-youtube-channels/kagbfjbmciaejjmjfonncmgnaafcpigo
설명 Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.
파일 크기 81.7 KB
설치 횟수 35
현재 버전 3.3
최근 업데이트 2023-03-15
출시 날짜 2023-03-14
평점 5.00/5 총 1 개의 평점
개발자 Adam
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}