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
公式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
Eメール [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"
}