YouTube Music Mode
Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth.
O que é YouTube Music Mode?
YouTube Music Mode é uma extensão do Chrome desenvolvida por http://www.ameyanaik.com, e sua principal característica é "Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Music Mode
Baixe arquivos de extensão YouTube Music Mode 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
How to use it? 1) Install 'YouTube Music Mode' 2) When you watch a video, click 'Music Mode' button to enable or disable. Note: This product is not endorsed, certified or otherwise approved in any way by Youtube or any of its affiliates. Updates: v 2.1.0 (2018-07-24) - (Bug Fix) Reduce/restore Youtube playback quality - Set 'Youtube Music Mode' enabled by default
Informações Básicas da Extensão
Nome | |
ID | jilljhdedkalicogkbdpjaaelofihagl |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-music-mode/jilljhdedkalicogkbdpjaaelofihagl |
Descrição | Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth. |
Tamanho do Arquivo | 150 KB |
Contagem de Instalações | 799 |
Versão Atual | 2.1.0 |
Última Atualização | 2018-07-24 |
Data de Publicação | 2018-07-24 |
Classificação | 4.00/5 Total de 20 Avaliações |
Desenvolvedor | http://www.ameyanaik.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "page": "background.html" }, "content_scripts": [ { "css": [ "inject_style.css" ], "js": [ "v2\/injector.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com https:\/\/apis.google.com https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com\/yt\/jsbin\/www-widgetapi-vfl9Ni0ki.js; object-src 'self'", "default_locale": "en", "description": "__MSG_description__", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "icons": { "128": "icon.png", "256": "icon.png", "48": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "18", "name": "__MSG_name__", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.0", "web_accessible_resources": [ "v2\/injected.js", "v2\/jquery-3.2.1-min.js" ] } |