NeoDLP Extension
November 10, 2025 ยท View on GitHub
NeoDLP (Neo Downloader Plus) Browser Integration
Tip
๐ฅฐ 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!
๐ Pre-Requirements
- NeoDLP (Installed and Running)
โฌ๏ธ Download and Installation
Direct Installation from Official Store Listing
Manual Installation (in Google Chrome / Chromium based browsers)
- Download the
neodlp-extension-<version>-chrome.zipfile from the latest release. - Extract the
.zipfile (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...!!
Manual Installation (in Mozilla Firefox)
- Download the
neodlp-extension-<version>-firefox.zipfile 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
.zipfile. Done! That's it...!!
โก Technologies Used
๐ ๏ธ Contributing / Building from Source
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 Bug or Want to give us some suggetions? Always feel free to open a GitHub Issue. We would love to hear from you...!!
๐ License
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.