YouTube: Filter Subscriptions
Only see the videos you want in your subscription feed
O que é YouTube: Filter Subscriptions?
YouTube: Filter Subscriptions é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Only see the videos you want in your subscription feed".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube: Filter Subscriptions
Baixe arquivos de extensão YouTube: Filter Subscriptions 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
Filter your subscriptions feed by specifying a channel and part of a title to match. Choose to *only* display these matched videos or to hide them.
Informações Básicas da Extensão
Nome | YouTube: Filter Subscriptions |
ID | abiapkipdmjcakccdnbmohggiohkjmhk |
URL Oficial | https://chromewebstore.google.com/detail/youtube-filter-subscripti/abiapkipdmjcakccdnbmohggiohkjmhk |
Descrição | Only see the videos you want in your subscription feed |
Tamanho do Arquivo | 6.32 KB |
Contagem de Instalações | 84 |
Versão Atual | 0.0.1 |
Última Atualização | 2016-04-29 |
Data de Publicação | 2016-04-29 |
Classificação | 1.57/5 Total de 7 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube: Filter Subscriptions", "description": "Only see the videos you want in your subscription feed", "version": "0.0.1", "permissions": [ "storage" ], "browser_action": { "default_title": "YouTube: Filter Subscriptions", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions" ], "js": [ "inject.js" ] } ] } |