This project is a simple exercise to build a chrome extension to download videos from youtube.
Run-server-locally:
- you need to have
node-js
installed locally - Run
git clone
to clone the repository cd
into the repository- Run
npm install
,yarn add
- Run the server by running
node index.js
into the terminal
Upload extension to chrome:
- open
chrome://extensions
in the chrome browser - set developer mode on
- click load unpacked and load the
src
directory 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
YoutubeDownloader
folder 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 :)