youfilter
Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.
O que é youfilter?
youfilter é uma extensão do Chrome desenvolvida por https://tincher.de, e sua principal característica é "Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão youfilter
Baixe arquivos de extensão youfilter 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 subscribe or unsubscribe just to specific formats of specific channels. Just use the format name as a black- or whitelist item and it will be blocked from your subscriptions. Your settings will be synced with your google account and you can always see and change them in the dashboard.
Informações Básicas da Extensão
Nome | |
ID | ebiloedhohfcjdnhjedhiiaenimijicm |
URL Oficial | https://chromewebstore.google.com/detail/youfilter/ebiloedhohfcjdnhjedhiiaenimijicm |
Descrição | Enables you to filter your youtube subscriptions by using a blacklist and / or a whitelist. |
Tamanho do Arquivo | 4.44 MB |
Contagem de Instalações | 10 |
Versão Atual | 1.5 |
Última Atualização | 2019-11-30 |
Data de Publicação | 2019-11-30 |
Desenvolvedor | https://tincher.de |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background\/background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ ".\/plinfa.js" ], "run_at": "document_end", "all_frames": true } ], "description": "Enables you to filter your youtube subscriptions by using a blacklist and \/ or a whitelist.", "homepage_url": "http:\/\/tincher.de", "icons": { "48": "icons\/baseline_label_black_48dp.png" }, "manifest_version": 2, "name": "youfilter", "options_ui": { "page": ".\/options\/options.html" }, "page_action": { "browser_style": true, "default_icon": "icons\/baseline_label_black_48dp.png", "default_popup": ".\/popup\/popup.html", "default_title": "Plinfa" }, "permissions": [ "contextMenus", "storage", "webRequest", "*:\/\/*.youtube.com\/*" ], "version": "1.5" } |