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:firefoxto build Firefox extension - Run
npm run build:chromiumto build Chrome extension
- Run
npm run lint:fixto lint and fix files - Run
npm run testto run tests- Run
npm run test:coverageto run tests with coverage
- Run
- Firefox
- Run
npm run build:firefox:debug:watchto auto-build for Firefox - Run
npm run start:firefoxto install on Firefox with auto-reload
- Run
- Chromium
- Run
npm run build:chromium:debug:watchto auto-build for Chromium - Run
npm run start:chromiumto install on Chromium with auto-reload
- Run
- 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!