This project is a simple exercise to build a chrome extension to download videos from youtube.
Run-server-locally:
- you need to have
node-jsinstalled locally - Run
git cloneto clone the repository cdinto the repository- Run
npm install,yarn add - Run the server by running
node index.jsinto the terminal
Upload extension to chrome:
- open
chrome://extensionsin the chrome browser - set developer mode on
- click load unpacked and load the
srcdirectory of this repository - After doing so, pin the extensionn to appear in the bar of extensions
- Open any youtube video and click on extension icon
- fill up the required details and click
Download - Video will be downloaded to
YoutubeDownloaderfolder in default downloads directory
- This is the first attempt of doing this, I will surely be updating it and improving
- I used a local server to help run the extension, and I have plans to change this
- If you have any suggestions/feedback feel free to contact me, I am very open to that
- This is just a learning project :)