Install Google Chrome Plug-in: Download YouTube Video/Movie in Google Chrome
Install this Javascript Plug-in is very easy, please do following steps:
- Make sure your Google Chrome browser always shows the Bookmarks bar. You can click menuTools -> Always show bookmarks bar, the hotkey is Ctrl + B.
- Right click on the bookmarks bar, and then select Add Page.
- In the Name field, enter "Download YouTube Video" or something you will remember, then for theURL field paste:
- Click OK button.
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id']+ "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&fmt_map' + swfArgs['fmt_map'] + '&t=' + swfArgs['t'];
Update: Nov 23, 2009: YouTube has modified the video parameters, the code above can't work now, use this:
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig("SWF_ARGS")['video_id'] + "&sk=" + yt.getConfig("SWF_ARGS")['sk'] + '&t=' + yt.getConfig("SWF_ARGS")['t'];
How to use Plug-in to download YouTube Video in Google Chrome
Now, the Javascript plugin is installed in your Google Chrome. Go to the YouTube video you want to download, when it starts playing click your "Download YouTube Video" bookmark and you will see the.flv file start to download in Google Chrome's download status bar.