BanTuber

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

BanTuber là gì?

BanTuber là một tiện ích mở rộng Chrome được phát triển bởi yume, và tính năng chính của nó là "Remove(Hide) channels or users from YouTube that you chose".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BanTuber

Tải xuống các tệp mở rộng BanTuber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BanTuber BanTuber
ID flaejbmongmbemhpnciiijpgpnhabcne
URL Chính Thức https://chrome.google.com/webstore/detail/bantuber/flaejbmongmbemhpnciiijpgpnhabcne
Mô tả Remove(Hide) channels or users from YouTube that you chose
Kích Thước Tệp 34.5 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2015-09-02
Ngày Phát Hành 2015-09-02
Đánh Giá 1.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển yume
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}