BanTuber

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

What is BanTuber?

BanTuber is a Chrome extension developed by yume, and its main feature is "Remove(Hide) channels or users from YouTube that you chose".

Extension Screenshots

screenshot
screenshot

Download BanTuber Extension CRX File

Download BanTuber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name BanTuber BanTuber
ID flaejbmongmbemhpnciiijpgpnhabcne
Official URL https://chrome.google.com/webstore/detail/bantuber/flaejbmongmbemhpnciiijpgpnhabcne
Description Remove(Hide) channels or users from YouTube that you chose
File Size 34.5 KB
Installation Count 113
Current Version 0.9.1
Last Updated 2015-09-02
Publish Date 2015-09-02
Rating 1.00/5 Total 4 Ratings
Developer yume
Email [email protected]
Payment Type free
Supported Languages 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"
}