YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
O que é YouTube Enhancement Suite (YES)?
YouTube Enhancement Suite (YES) é uma extensão do Chrome desenvolvida por Anant Mishra, e sua principal característica é "A lightweight extension for enriching your YouTube experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Enhancement Suite (YES)
Baixe arquivos de extensão YouTube Enhancement Suite (YES) 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 annoying end-cards on YT videos. ✔ Lightweight: good on your RAM. ✔ More immersive movies: button to hide the top and bottom bar while watching (keyboard shortcut: 'h') ✔ Volume control with keyboard ('a' and 'd' keys). ✔ Display remaining time on the video. ✔ Display at what time the video ends. ✔ Combine with existing shortcuts of YT: c, m, j, k, l, h, a, d for complete experience.
Informações Básicas da Extensão
Nome | YouTube Enhancement Suite (YES) |
ID | glemnkobkfifhjpmebpoafilpkmamhoj |
URL Oficial | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj |
Descrição | A lightweight extension for enriching your YouTube experience. |
Tamanho do Arquivo | 24.38 KB |
Contagem de Instalações | 60 |
Versão Atual | 1.7.2 |
Última Atualização | 2020-12-12 |
Data de Publicação | 2020-12-11 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Anant Mishra |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Enhancement Suite (YES)", "version": "1.7.2", "description": "A lightweight extension for enriching your YouTube experience.", "manifest_version": 2, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "core.min.js" ], "css": [ "style.min.css" ] } ] } |