Download manager extension for Firefox, with multithreading support.
Install the dependencies:
yarn --prod
The globally installed build tools can be used, found by $PATH
. It is also possible to install the packages locally:
yarn
Run the build script to generate the unpacked extension in dist
:
node build
Create unsigned XPI release: (requires the zip
command)
node build --xpi