BanTuber
Remove(Hide) channels or users from YouTube that you chose
O que é BanTuber?
BanTuber é uma extensão do Chrome desenvolvida por yume, e sua principal característica é "Remove(Hide) channels or users from YouTube that you chose".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BanTuber
Baixe arquivos de extensão BanTuber no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | |
ID | flaejbmongmbemhpnciiijpgpnhabcne |
URL Oficial | https://chrome.google.com/webstore/detail/bantuber/flaejbmongmbemhpnciiijpgpnhabcne |
Descrição | Remove(Hide) channels or users from YouTube that you chose |
Tamanho do Arquivo | 34.5 KB |
Contagem de Instalações | 113 |
Versão Atual | 0.9.1 |
Última Atualização | 2015-09-02 |
Data de Publicação | 2015-09-02 |
Classificação | 1.00/5 Total de 4 Avaliações |
Desenvolvedor | yume |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |