mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-18 11:12:58 +05:30
4da7838d70
·
2025-11-10 22:06:21 +05:30
13 Commits
NeoDLP Extension
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.
Description
[MIRROR] NeoDLP (Neo Downloader Plus) Browser Integration
https://neodlp.neosubhamoy.com
Languages
TypeScript
89.8%
CSS
9.4%
HTML
0.8%