Sunday, January 9, 2011

Google Chrome Bookmarklet: Download YouTube Videos in Google Chrome (JavaScript Plug-in) - Google Chrome Fans

Install Google Chrome Plug-in: Download YouTube Video/Movie in Google Chrome

Install this Javascript Plug-in is very easy, please do following steps:

  1. Make sure your Google Chrome browser always shows the Bookmarks bar. You can click menuTools -> Always show bookmarks bar, the hotkey is Ctrl + B.
  2. Right click on the bookmarks bar, and then select Add Page.
  3. Install Javascript Plugin: download Youtube Video in Google Chrome

  4. In the Name field, enter "Download YouTube Video" or something you will remember, then for theURL field paste:
  5. 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'];

    Install Javascript Plugin: download Youtube Video in Google Chrome, add to bookmarks bar

  6. Click OK button.

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.

Download Youtube Video in Google Chrome

No comments:

Post a Comment