I'm trying to make a Chrome extension that has the ability to download Youtube Videos. What I want to do is when the user clicks the download video icon, my extension uses
[document.write(location.href] (javascript) into the form, and when the user clicks download, it opens a new tab and goes to savevid.com for that particular video.
Any ideas on how to do this ?