ytClean | Modern YouTube Theme
A clean, modern look and feel for YouTube.
O que é ytClean | Modern YouTube Theme?
ytClean | Modern YouTube Theme é uma extensão do Chrome desenvolvida por http://justinoboyle.com, e sua principal característica é "A clean, modern look and feel for YouTube.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ytClean | Modern YouTube Theme
Baixe arquivos de extensão ytClean | Modern 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
ytClean provides a new and refreshing experience to YouTube. Features: - Darker theme to go easier on the eyes. - The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel. ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!
Informações Básicas da Extensão
Nome | |
ID | ibnledgdeclbdgjbjlmllphepfbopnmg |
URL Oficial | https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg |
Descrição | A clean, modern look and feel for YouTube. |
Tamanho do Arquivo | 293 KB |
Contagem de Instalações | 95 |
Versão Atual | 0.0.3 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 3.50/5 Total de 14 Avaliações |
Desenvolvedor | http://justinoboyle.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/justinoboyle/ytClean/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ytClean | Modern YouTube Theme", "version": "0.0.3", "manifest_version": 2, "description": "A clean, modern look and feel for YouTube.", "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ] } ] } |