Download YouTube Videos in Google Chrome

Google Chrome,since its inception,has stood out for its clean UI and its efficient rendering engine.However,it still doesn't match the utility of Mozilla's giant FIREFOX,especially when it comes to installing addons.In case you are a Chrome fan and don't like opening that memory-hogging Firefox every time you stumble across a YouTube video you want to download,here's a JavaScript app that lets you save the video to your HD.Just open the video in YouTube,paste the script in the URL bar,and hit enter.A 'Save as' window will pop up,and you're done.
YouTube grabber script :
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'];
10:06 AM
|
Labels:
Internet
|
0 comments:
Post a Comment