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
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
"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!
Inspect the latest comments and rating distribution.
Store average score: 3.8. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
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.