Minimal Youtube theme
Make youtube boring and calm
O que é Minimal Youtube theme?
Minimal Youtube theme é uma extensão do Chrome desenvolvida por Rafi, e sua principal característica é "Make youtube boring and calm".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Minimal Youtube theme
Baixe arquivos de extensão Minimal Youtube theme 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
It hides some elements in the youtube to make it less distracting and more enjoyable.
Informações Básicas da Extensão
Nome | Minimal Youtube theme |
ID | ccplmbjcmgejfkggenhjagijijklnacm |
URL Oficial | https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm |
Descrição | Make youtube boring and calm |
Tamanho do Arquivo | 26.36 KB |
Contagem de Instalações | 175 |
Versão Atual | 0.0.3 |
Última Atualização | 2022-09-07 |
Data de Publicação | 2022-08-28 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Rafi |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Rafi993/minimal-youtube-theme |
URL da Página de Ajuda | https://github.com/Rafi993/minimal-youtube-theme/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minimal Youtube theme", "description": "Make youtube boring and calm", "version": "0.0.3", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "css": [ "main.10a003bc.css" ], "js": [ "main.da0dd1a7.js" ] } ], "action": { "default_title": "Options", "default_popup": "options.818d1ab0.html" }, "icons": { "16": "icon16.cf8ed879.png", "32": "icon32.1f1b0c61.png", "48": "icon48.6b8809b5.png", "128": "icon128.12662906.png" } } |