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文件

下載BanTuber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}