Youtube video and channel blocker
Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
O que é Youtube video and channel blocker?
Youtube video and channel blocker é uma extensão do Chrome desenvolvida por ybeln123, e sua principal característica é "Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube video and channel blocker
Baixe arquivos de extensão Youtube video and channel blocker 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
This extension is for Google Chrome only. Operation in other browsers is not guaranteed. Block Youtube videos by full title or partial match.
Informações Básicas da Extensão
Nome | Youtube video and channel blocker |
ID | olldakipdpmhhpmlapaefnnialmcionp |
URL Oficial | https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp |
Descrição | Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters |
Tamanho do Arquivo | 153 KB |
Contagem de Instalações | 2,017 |
Versão Atual | 2.9.4 |
Última Atualização | 2024-03-04 |
Data de Publicação | 2021-09-11 |
Classificação | 4.00/5 Total de 20 Avaliações |
Desenvolvedor | ybeln123 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | ms,de,en,en-US,fr,no,vi,tr,et,es,hr,it,lv,pl,pt-PT,ro,fi,sv,cs,sr,bg,ru,uk,th,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.9.4", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/sms-one.ru\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": "favicon.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "constants.js", "func.js", "jquery.js", "lang.js", "elements.js", "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "ban.png" ], "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/sms-one.ru\/*" ] } ], "manifest_version": 3 } |