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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BanTuber
قم بتنزيل ملفات الامتداد BanTuber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 :)
معلومات أساسية عن التمديد
الاسم | |
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" } |