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 backend
uvicorn main:app --reload
- Open your browser
- Go to
chrome://extensions
- Enable the developer mode
- Click
load unpacked
- Select the
extension
directory
cd backend
uvicorn main:app --reload