Music Mode for YouTube™
Blocks the video keeping only the audio on YouTube and YouTube Music.
什么是Music Mode for YouTube™?
Music Mode for YouTube™是由Thunderarea开发的Chrome扩展程序,该扩展的主要功能是“Blocks the video keeping only the audio on YouTube and YouTube Music.”。
扩展截图
下载Music Mode for YouTube™扩展crx文件
下载Music Mode for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Music Mode for YouTube™ |
ID | abbpaepbpakcpipajigmlpnhlnbennna |
官方URL | https://chromewebstore.google.com/detail/music-mode-for-youtube/abbpaepbpakcpipajigmlpnhlnbennna |
简介 | Blocks the video keeping only the audio on YouTube and YouTube Music. |
文件大小 | 115 KB |
安装次数 | 14,402 |
当前版本 | 6.4.2 |
更新时间 | 2024-01-09 |
上架时间 | 2020-06-17 |
评分 | 4.66/5 共241次评分 |
开发者 | Thunderarea |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |