Music Mode for YouTube™
Blocks the video keeping only the audio on YouTube and YouTube Music.
O que é Music Mode for YouTube™?
Music Mode for YouTube™ é uma extensão do Chrome desenvolvida por Thunderarea, e sua principal característica é "Blocks the video keeping only the audio on YouTube and YouTube Music.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Music Mode for YouTube™
Baixe arquivos de extensão Music Mode for YouTube™ 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
The only Chrome extension that not only disables the video but also blocks it. The best extension to reduce the use of CPU and GPU, save bandwidth and hide NSFW content. Works on YouTube, YouTube Music and YouTube videos embedded in sites. FEATURES (ALL OPTIONAL): 1. Blocks the video keeping only the audio 2. Hides the video thumbnails 3. Hides the images of channel/user avatars 4. Hides various other images 5. Disables the "Video paused. Continue watching?" message 6. Skips the ads Separate options for YouTube, YouTube Music and YouTube videos embedded in other sites. You can enable/disable the extension for all tabs or for specific tabs. Extra options: 1. Hides the thumbnails and various other images in Google search when you search for a song or a singer 2. Quick access buttons: two extra buttons on YouTube in order to hide the thumbnails and block the video quickly without using the popup window Notes: i. Live YouTube videos are hidden but not blocked ii. If you have enabled the features 1, 2, 3, 4 the images are not only hidden but also blocked saving more bandwidth iii. The message "Video paused. Continue watching?" is disabled only when you block the video Available for mobiles using the Kiwi browser that supports extensions: https://play.google.com/store/apps/details?id=com.kiwibrowser.browser Available for Firefox: https://addons.mozilla.org/en/firefox/addon/music-mode-for-youtube/ The source code of the extension is now available on GitHub: https://github.com/Thunderarea/music-mode-for-youtube The extension does not collect any kind of data. The user options are stored locally in the user's browser. Date of release: 02/10/2019 Donate to support the development of the extension: https://www.paypal.com/donate?hosted_button_id=V2EHRNX8RBTX2 Support on Patreon: https://www.patreon.com/bePatron?u=67620554
Informações Básicas da Extensão
Nome | Music Mode for YouTube™ |
ID | abbpaepbpakcpipajigmlpnhlnbennna |
URL Oficial | https://chromewebstore.google.com/detail/music-mode-for-youtube/abbpaepbpakcpipajigmlpnhlnbennna |
Descrição | Blocks the video keeping only the audio on YouTube and YouTube Music. |
Tamanho do Arquivo | 115 KB |
Contagem de Instalações | 14,402 |
Versão Atual | 6.4.2 |
Última Atualização | 2024-01-09 |
Data de Publicação | 2020-06-17 |
Classificação | 4.66/5 Total de 241 Avaliações |
Desenvolvedor | Thunderarea |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,it,el,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Music Mode for YouTube\u2122", "short_name": "Music Mode", "version": "6.4.2", "default_locale": "en", "incognito": "spanning", "description": "__MSG_extDescription__", "offline_enabled": true, "icons": { "19": "img\/logo\/icon19.png", "38": "img\/logo\/icon38.png", "48": "img\/logo\/icon48.png", "128": "img\/logo\/icon128.png" }, "commands": { "run_extension_tab": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "__MSG_command1Description__" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "declarativeNetRequest", "tabs", "storage", "unlimitedStorage" ], "options_ui": { "browser_style": true, "open_in_tab": true, "page": "pages\/options.html" }, "web_accessible_resources": [ { "resources": [ "css\/google_search.css", "css\/ads.css", "css\/ads_mobile.css", "css\/channel_avatars.css", "css\/channel_avatars_mobile.css", "css\/channel_avatars_YTMusic.css", "css\/others.css", "css\/others_mobile.css", "css\/others_YTMusic.css", "css\/video_thumbnails1.css", "css\/video_thumbnails2.css", "css\/video_thumbnails_mobile.css", "css\/video_thumbnails_YTMusic.css", "css\/video.css", "css\/video_mobile.css", "js\/video_handler.js", "js\/video_quick_access_button.js", "js\/adSkipper.js" ], "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/music.youtube.com\/*", "*:\/\/m.youtube.com\/*", "*:\/\/www.youtube-nocookie.com\/*" ] }, { "resources": [ "css\/google_search.css" ], "matches": [ " |