Youtube Auto Quality
Quality settings on Youtube videos will be defaulted to the highest quality possible.
O que é Youtube Auto Quality?
Youtube Auto Quality é uma extensão do Chrome desenvolvida por jamesw8dev, e sua principal característica é "Quality settings on Youtube videos will be defaulted to the highest quality possible.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Auto Quality
Baixe arquivos de extensão Youtube Auto Quality 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
YouTube's auto quality feature doesn't always use the highest quality supported. This extension automatically sets the quality to the best option per video. Release Log --- v0.2 - Fix bug when entering from youtube.com v0.1 - Initial release Disclaimer -- YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Informações Básicas da Extensão
Nome | Youtube Auto Quality |
ID | dggjpamoacejckpnhgnlmajommekebho |
URL Oficial | https://chromewebstore.google.com/detail/youtube-auto-quality/dggjpamoacejckpnhgnlmajommekebho |
Descrição | Quality settings on Youtube videos will be defaulted to the highest quality possible. |
Tamanho do Arquivo | 26.3 KB |
Contagem de Instalações | 21 |
Versão Atual | 0.2 |
Última Atualização | 2021-10-15 |
Data de Publicação | 2021-10-06 |
Desenvolvedor | jamesw8dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Auto Quality", "description": "Quality settings on Youtube videos will be defaulted to the highest quality possible.", "version": "0.2", "manifest_version": 3, "icons": { "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "\/js\/setQuality.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_start", "all_frames": true } ] } |