Music Mode for YouTube™
Hides the video and thumbnails on YouTube. Blocks the video keeping only the audio on YouTube Music.
Enables you to disable video streams on youtube and listen audio
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
"Audio only youtube" chrome extension enables you to disable only video on youtube which saves internet usage more than 50% when you want to listen songs on youtube.
**Note: It doesn't support Youtube Live Videos.**
You can enable/disable it by just clicking on the icon shown in the extension bar.
Audio only youtube is an open-source project licensed under GPLv3. You can find sources here :
https://github.com/Ashish-Bansal/audio-only-youtube
Any kind of contributions to the project are welcomed and thanks to all who contributed to this project!
查看最近评论和评分分布。
商店综合星级:3.8。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
Hides the video and thumbnails on YouTube. Blocks the video keeping only the audio on YouTube Music.
Play YouTube videos in audio-only mode to save bandwidth and reduce internet usage
Listen to YouTube, providing sound without video, displaying a black screen for minimal distractions, with YouTube audio only.
Enable scrolling mousewheel to control volume on Youtube and Youtube Music
A simple Youtube extension that compresses video audio sound levels
Toggle mono and stereo sound on YouTube and YouTube Music videos
After being a developer for 3 years, I can say that this works. Although, it does not block 100% of the video requests, with the extension on it uses 3MB for a 10 minute video. But modifying the request handler to block all video requests it uses 350KB, almost 10x less! Plus the audio loads much faster as no video is processed. Please add the following code to save more data! Unfortunately, the first video part must load, so this does not work when loading a new video. (This does not work without the extension enabled, it needs to hook into YouTube/Video API. This method will not work for Twitch as they use a combined video/audio format, YouTube is special). Insert this in with developer tools console (F12). (function(){ var origOpen=XMLHttpRequest.prototype.open; XMLHttpRequest.prototype.open= function(){ console.log('request started!'); this.addEventListener('load', function(){ console.log('request completed!'); }); console.log(this, arguments); if(!/mime=video/.test(arguments[1])) return origOpen.apply( this, arguments); console.log("stoped"); }; })();
it breaks a alot. i just get about 5 seconds of sound and then nothing.
Awesome! Saves a lot of data if only want to listen to songs. Plus, easily button to turn on/off the extension.
Works seamlessly and lowers bandwidth and memory usage. Could be dramatically improved by removing all images on the page or providing an option to remove all images on the page.. Would give 5 stars if this feature was implemented.
hey people its not working.. just give a layer on video but its still loading the video... check your bandwidth.. nothing change.. even its worst than normal youtube.. this by default load a high quality video mean more bandwidth sucks...
didnt work at all, goes to an error page when trying to download this audio.
The loading time gets 1000 times faster ! super easy and awesome for listening to music.
works well and save bandwith
Helpful since many youtube are not videos
EDIT: The loading time issue seems to have been fixed. It appears that this extension hasn't been updated recently so I guess YouTube changed or something on my end changed. Now it gets 5 stars. :) Old review: Very useful, but doesn't get a 5 star rating from me because on longer videos such as hour-long music mixes it can take extremely long (dozens of seconds to several minutes) for the audio to load even though with the extension disabled the videos load instantly. I still like it a lot as it saves bandwidth and computer resource usage, but I'd like to see the load time issue fixed if possible.