История версий «Aria2-helper» – 3 версии
Aria2-helper от Dichgrem
История версий «Aria2-helper» – 3 версии
Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.
Последняя версия
Версия 3.0.0
Выпущено 14 мая 2026 г. — 1,14 МБРаботает с firefox 140.0 и выше[3.0.0] - 2026-05-14
AddedwebRequest+webRequestBlockingpermissions for pre-download interceptionwebRequest.onHeadersReceivedlistener: interceptsContent-Disposition: attachmentresponses before the body arrives, preventing one-time signed URLs (e.g. GitHub) from being consumed by the browser before aria2 can fetch them
Fixed- Small files (<1MB) from services like GitHub failing in aria2 — browser was finishing the download and consuming the signed URL before cancel could take effect
- POST-triggered downloads (e.g. OpenWrt LuCI mtdblock export) being cancelled and lost — now detected via
SKIP_URLSand left to the browser blob:/data:URL downloads being sent to aria2 (which can't access local protocols) — now skipped
Changed- Download-to-aria2 logic extracted into shared
addDownloadUrlToAria2()function used by bothwebRequestanddownloads.onCreatedpaths
Исходный код выпущен на условиях Лицензия MIT
Старые версии
Версия 2.0.0
Выпущено 11 апр. 2026 г. — 1,14 МБРаботает с firefox 140.0 и вышеChangelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[2.0.0] - 2026-04-11
Added- Toggle button in popup to enable/disable download interception on the fly
- "Intercept Downloads" checkbox in settings page for persistent configuration
- Privacy policy URL in manifest (MV3 compatible)
Changed- Full refactor: Migrated from custom esbuild pipeline to WXT framework
chrome.*API replaced withbrowser.*(WXT auto-injected)- Popup and options page restored with original dark theme styling
- AriaNg URL resolution fixed using
browser.runtime.getURL() adm-zipmoved to dev dependencies
Removed- Custom build script (
scripts/build.ts) - Manual
tsconfig.json(now auto-generated by WXT) - Redundant
webextension-polyfilldependency (WXT provides this)
Fixed- AriaNg open button not working (relative path issue)
- Popup and options page theme missing (lost during migration)
- Firefox MV2 manifest warning for
privacy_policy_url
[1.0.1] - Previous Release
Changed- CSS improvements for popup and settings pages
- Icon assets updated
- License updated to MIT
Исходный код выпущен на условиях Лицензия MIT
Версия 1.0.1
Выпущено 18 мар. 2026 г. — 1,14 МБРаботает с firefox 140.0 и вышеИсходный код выпущен на условиях Лицензия MIT