Youtube filter(hide watched)
Adds a filter to remove watched videos
O que é Youtube filter(hide watched)?
Youtube filter(hide watched) é uma extensão do Chrome desenvolvida por tpogih, e sua principal característica é "Adds a filter to remove watched videos".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube filter(hide watched)
Baixe arquivos de extensão Youtube filter(hide watched) 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
Removes watched videos from the list. You can easily find new videos on your favorite channel.
Informações Básicas da Extensão
Nome | |
ID | bdaeelkaallcpnhkdcenggcakegmejim |
URL Oficial | https://chrome.google.com/webstore/detail/youtube%C2%A0filterhide-watche/bdaeelkaallcpnhkdcenggcakegmejim |
Descrição | Adds a filter to remove watched videos |
Tamanho do Arquivo | 880 KB |
Contagem de Instalações | 74 |
Versão Atual | 1.0.16 |
Última Atualização | 2022-09-07 |
Data de Publicação | 2021-02-05 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | tpogih |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | de,en,es,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.16", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/content.js" ], "css": [ "css\/append.css" ] } ] } |