FAST is a browser extension that allows you to easily download videos from YouTube.
+ Online status detection
+ Tracking download status at any moment
+ Download abortion
- The FAST extension offers the following features:
- Easy to use interface for downloading YouTube videos
- Fast and efficient downloading
- Ability to download videos in various formats and quality levels
- User-friendly experience
- React
- Node.js
- Socket.io
- ytdl-core
- Material-ui
- Clone the repository
- Run
npm install
to install dependencies - Run
npm start
to start the server - Build the React project using
npm run build
- Install the extension by navigating to
chrome://extensions
, enabling developer mode, and clicking "Load unpacked" - Select the
build
folder from the cloned repository
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- The FAST extension is for educational purposes only. The creators of this extension do not condone the downloading of copyrighted material without the express permission of the owner. Use this extension at your own risk.
- The app is currently in development, with the global
chrome
object and popup communication with the background and content script still to be added