NeoDLP (Neo Downloader Plus) Browser Integration
🥰 Liked this project? Please consider giving it a Star (🌟) on github to show us your appreciation and help the algorythm recommend this project to even more awesome people like you!
- NeoDLP (Installed and Running)
- Download the
neodlp-extension-<version>-chrome.zip
file from the latest release. - Extract the
.zip
file (using any zip extractor software. eg: 7zip, WinRAR etc.). - Open Google Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the newly extracted folder. Done! That's it...!!
- Download the
neodlp-extension-<version>-firefox.zip
file from the latest release. - Open Firefox and navigate to
about:addons
. - Click on the gear icon (top right) and select "Install Add-on From File...".
- Select the downloaded
.zip
file. Done! That's it...!!
Want to be part of this? Feel free to contribute...!! Pull Requests are always welcome...!! (^_^) Follow these simple steps to start building:
- Make sure to install Node.js, Git before proceeding.
- Fork this repo in your github account.
- Git clone the forked repo in your local machine.
- Install Node.js dependencies:
npm install
- Run development / build / zipping process
npm run dev # for development (chrome)
npm run dev:firefox # for development (firefox)
npm run build # for production build (chrome)
npm run build:firefox # for production build (firefox)
npm run zip # for production zip creation (chrome)
npm run zip:firefox # for production zip creation (firefox)
- Do the changes, Send a Pull Request with proper Description (NOTE: Pull Requests Without Proper Description will be Rejected)
⭕ Noticed any Bugs or Want to give us some suggetions? Always feel free to open a GitHub Issue. We would love to hear from you...!!
NeoDLP Extension is Licensed under the MIT license. Anyone can view, modify, use (personal and commercial) or distribute it's sources without any attribution and extra permissions.