BanTuber

Remove(Hide) channels or users from YouTube that you chose

BanTuber란 무엇입니까?

BanTuber은(는) yume에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove(Hide) channels or users from YouTube that you chose"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BanTuber 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can remove (hide) some channels and users from YouTube by this extension.

- Right click on the link of channels/users that you want to clear away. Then click 「Register」 These won't be shown next time.
- Edit black list by option menu.
- The number shown on icon is the number this removed.
- Switch enabled/disabled by click this icon.

Enjoy your good streaming life :)                    

확장 프로그램 기본 정보

이름 BanTuber BanTuber
ID flaejbmongmbemhpnciiijpgpnhabcne
공식 URL https://chrome.google.com/webstore/detail/bantuber/flaejbmongmbemhpnciiijpgpnhabcne
설명 Remove(Hide) channels or users from YouTube that you chose
파일 크기 34.5 KB
설치 횟수 113
현재 버전 0.9.1
최근 업데이트 2015-09-02
출시 날짜 2015-09-02
평점 1.00/5 총 4 개의 평점
개발자 yume
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "enable\/disable",
        "name": "enable\/disable"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Remove(Hide) channels or users from YouTube that you chose",
    "icons": {
        "128": "icons\/icon.png",
        "16": "icons\/icon.png",
        "48": "icons\/icon.png"
    },
    "manifest_version": 2,
    "name": "BanTuber",
    "options_page": "option.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "0.9.1"
}