- Added
contentscript- Run at
document-idle - Post message
{ extension_name: "Download With Aria2" }when loaded - Receive message
{ aria2c: "Download With Aria2", type: "download", message: object} - Read Wiki: Message for more details
- Run at
- Updated
aria2.js- Manual
- Use batch jsonrpc call instead of multi jsonrpc calls to reduce time lag
- Updated
New Downloadwindow- Download Urls only support JSON type of string, or valid urls
- Upload only support
torrent,metalinkandmeta4now
- Fixed Firefox won't send options if
Display Download Promptis unchecked - Fixed Chromium MV3
Notify Download Completeshould beNotify Download Start - Some clean up