Hello ChromeSpot members! I am probably the first one to post anything useful in this section anyways. My sort-of-plugin is for downloading youtube videos.
How to Make the Plugin Work
First, make sure that your bookmark manager is showing. To show bookmark manager, press CTRL+B, now add a page Name it "Youtube Download" or whatever you want it to be. Next, for url, paste the following:
Now, go to the youtube video you want, wait for the video to play. Then press the page that says "Youtube Download" or whatever you named it, and then it will start downloading the youtube video. It saves the video as a .flv file.Code: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'];
Enjoy!![]()


Reply With Quote