Aria2 Integration allows you to redirect downloads to your Aria2 server.
Report bug
·
Request feature
- Install Node.JS LTS
- Clone the project
- Run
npm install
- Run
npm run build:firefox
to build Firefox extension - Run
npm run build:chromium
to build Chrome extension
- Run
npm run lint:fix
to lint and fix files - Run
npm run build:firefox:watch
to auto-build for Firefox - Run
npm run start:firefox
to install on Firefox with auto-reload - Run
npm run build:chromium:watch
to auto-build for Chromium - Run
npm run start:chromium
to install on Chromium with auto-reload
- The extension speaks English, French and Chinese. You can add your language in public/_locales. You can find your language code here.
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Contributions are welcome!