BanTuber

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

BanTuberคืออะไร?

BanTuber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yume และคุณลักษณะหลักของมันคือ "Remove(Hide) channels or users from YouTube that you chose"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BanTuber

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}