MP3Convert Bookmarklet

To use MP3Convert Bookmarklet, simply drag and drop the button below into your bookmark list. After this, you will have an MP3Convert button in your bookmarks. From this point, every time you are on YouTube and want to download a video, simply click on our bookmark and you will be redirected to our website where the video conversion will start automatically.


Drag bookmarklet

MP3Convert



Drag to toolbar

If you like to use our bookmarklet on your mobile you will need to create a bookmark manually with the following parameters:


Bookmark name:

MP3Convert


Bookmark url:

javascript:(()=>{var URL=document.URL;var video=false;if(URL.indexOf('watch?v=')>-1){video=/v\=([a-zA-Z0-9\-\_]{11})/.exec(URL);}else if(URL.indexOf('shorts/')){video=/shorts\/([a-zA-Z0-9\-\_]{11})/.exec(URL);}if(video==false||video==null){alert('No valid YouTube video URL.');}else{window.open('https://mp3convert.org/'+video[1]+'?bookmarklet=true');}})();