The Capybara YouTube Video Downloader Extension is a browser extension designed for Chrome and Edge browsers. This extension allows users to easily download YouTube videos and audios directly from their browser. Users can monitor download requests from website, users can keep track of the videos and audios they've requested to download using their unique access token. This Project is highly focused on backend this is why i used view.js for frontend.
- View.js engine
- Express.js
- Mongodb
- YouTube Video and Audio Downloading: Download YouTube videos and audios effortlessly.
- Access Token Authentication: Secure access to the extension using an access token.
- Download Monitoring From Website: Track and monitor download requests sent by your access token.
- Run command to copy repo:
git clone https://github.com/HarshGaur387R/Capybara-YT-Extension
- Run Command to change directory into server:
cd Capybara-YT-Extension/server
- Run Command to install node modules:
npm i
- Create a folder
config
in 'server' dir - Create a file
config.mjs
inconfig
- Copy content of the
sample-config.mj
inconfig/config.mjs
file (And dont forget to fill the reqirements like mongodb-connection-string, email and password) - Run Command
nodemon ./index.mjs
for devlopment - Run Command
node ./index.mjs
for production
- Open Chrome browser.
- Go to
chrome://extensions/
. - Enable
Developer mode
at the top-right corner. - Drag and drop the downloaded extension file into the browser window to install.
- Open Edge browser.
- Go to
edge://extensions/
. - Enable
Developer mode
at the bottom-left corner. - Click
Load unpacked
and select the downloaded extension folder to install.
- An access token is required to access the extension.
- Upon installation, you'll be prompted to enter your access token.
- If you don't have an access token, visit the capybara-extension website to generate one.
- Navigate to a YouTube video you wish to download.
- Click on the Download Button.
- Choose the desired download option (Video or Audio).
- Access the Capybara extension by clicking on its icon in the browser toolbar.
- Enter your access token to log in.
- Once logged in, you can view and monitor the download requests associated from
website
with your token.
- Click on this video link
- Click on view Raw.
- For technical support, contact me at LinkedIn.
We appreciate your feedback! If you have suggestions, feature requests, or need assistance, please don't hesitate to reach out to us.
Thank you for choosing the Capybara YouTube Video Downloader Extension! Happy downloading! 🎥🎵