Simple Extension to allow users to download file directly from 115 through aria2 instead of dedicated clients.
- Unpack the zip and load the manifest file under debug addon mode.
- Submit as personal add-on
Change
"background": {
"scripts": [
"background/index.js"
],
"type": "module"
},
to
"background": {
"service_worker": "background/index.js",
"type": "module"
},
Then either load the folder as unpack or zip it and load as packed.
Users need to grant permissions for this plugin under permission tab in extension management page.