Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quentinmax/yt-downloader
Chrome extension to download youtube videos easily.
https://github.com/quentinmax/yt-downloader
Last synced: 10 days ago
JSON representation
Chrome extension to download youtube videos easily.
- Host: GitHub
- URL: https://github.com/quentinmax/yt-downloader
- Owner: quentinmax
- Created: 2024-10-04T15:43:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T15:55:37.000Z (3 months ago)
- Last Synced: 2024-11-08T17:14:59.170Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 512 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YT Downlaoder Chrome Extension
## Install and Usage
1. Host the api route somewhere.
2. Add a `.env` file in the the root directory containing a `VITE_API_URL` variable, which points towards your hosted api route. Alternatively you could add a `.env.production` and `.env.development` file for being used in these respective environments with different urls, such as one for testing.
4. Run `npm run build` .
5. Turn on developer mode under `manage extensions` in your chromium browser and add the compiled `dist` folder as unpacked to your extensions.
6. Everything setup. Your good to go.