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”。
扩展截图
下载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 :)
扩展基本信息
名称 | |
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" } |