Filter Youtube Channels
Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!
O que é Filter Youtube Channels?
Filter Youtube Channels é uma extensão do Chrome desenvolvida por QubitKernel, e sua principal característica é "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Filter Youtube Channels
Baixe arquivos de extensão Filter Youtube Channels 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
Just feed in the name of the channel and it will remember to keep the videos out of your sight. You can always un-filter or unblock the videos by just clicking "Remove" button in the plugin popup. Extremely easy! This plugin does not track or store any kind of data, user or otherwise, at remote servers! Remember to turn it on in incognito/private mode!
Informações Básicas da Extensão
Nome | |
ID | nchjfnobpfpkgmhagecolagcfemdkjfm |
URL Oficial | https://chrome.google.com/webstore/detail/filter-youtube-channels/nchjfnobpfpkgmhagecolagcfemdkjfm |
Descrição | Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!! |
Tamanho do Arquivo | 27.94 KB |
Contagem de Instalações | 113 |
Versão Atual | 0.0.0.8 |
Última Atualização | 2019-11-24 |
Data de Publicação | 2019-11-24 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | QubitKernel |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Filter Youtube Channels", "version": "0.0.0.8", "description": "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "icon_128.png" } } |