- Persistent
ServiceWorkerfor Chromium Manifest V3- Reduced unnecessary storage accessing and initialization that run twice when
ServiceWorkeris activated - Less codes and better compatibility
- Reduced unnecessary storage accessing and initialization that run twice when
- Unified open popup window codes
- Removed
libs/tools.js - Open
New DownloadforTask Managervia background
- Removed
- Updated
aria2.jsto v0.4 - Use
Messageport for plugin pages- Initial plugin pages without storage accessing
- Use
storage.syncfor Firefox again- Not compatible with
-profile "your_profile_path"parameter
- Not compatible with
- Added abiltiy to change
/jsonrpcpath - Improved performance
- Use string join instead of
template string - Optimized background indicator logic
- Use string join instead of
- Optimized
Capture Browser Downloadwork flowdownloadsAPI- Don't get current tab url if referrer is empty
- Use hostname of download url for matching
- Chromium browsers only
webRequestAPI- Optimized logic that should run faster
- Firefox browser only