This is the repo of the Google Chrome extension for downloading the videos from Youtube.
- Python 3.10 and newer
- Node v20.9.0 and newer
- ffmeg installed
- Clone this repo to your local machine
cd manageYTChromeExtension- Run
chmod +x setup.sh - Run
./setup.sh(in case you are using Linux/Mac OS)
cd backenduvicorn main:app --reload- Open your browser
- Go to
chrome://extensions - Enable the developer mode
- Click
load unpacked - Select the
extensiondirectory
cd backenduvicorn main:app --reload