Video Downloader의 버전 기록 - 6개 버전
Video Downloader 제작자: EC
Video Downloader의 버전 기록 - 6개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 1.2.1
2026년 4월 17일에 출시 - 27.31 KBfirefox 58.0 이상에서 작동v1.2.1 — Security hardening- Companion app's localhost HTTP API now requires a per-session Bearer
token (generated on startup, stored in the user's tmpdir with 0600
permissions). Eliminates CSRF from malicious websites targeting the
localhost service. - /openFolder is now restricted to files inside the configured download
directory. Paths outside are rejected. - Stricter CORS: only browser extension origins are allowed.
- Protected endpoints require Content-Type: application/json.
- Request bodies are capped at 64 KiB.
- No extension-facing behaviour changes; users should not notice anything.
Mozilla Public License 2.0에 따라 릴리스된 소스 코드
- Companion app's localhost HTTP API now requires a per-session Bearer
이전 버전
버전 1.2.0
2026년 4월 17일에 출시 - 27.3 KBfirefox 58.0 이상에서 작동v1.2.0 — New features and fixes
New:
- Authenticated HLS support — cookies and headers from the browser are automatically forwarded to the companion app for private/paywalled streams
- Open Folder button on completed downloads — reveals the file in your native file manager
- Cancel button for active and queued downloads — stops ffmpeg and updates history
- Human-readable filenames — uses the detected video title instead of the URL slug
- Auto-start guide for the companion app (Startup folder, Scheduled Task, manual) — see AUTOSTART.md in the repo
Fixes:
- Excluded .ts HLS segments from the detected-videos list to declutter the UI; only .m3u8 playlists are shown for HLS downloads
Companion app:
- New /openFolder and /cancel HTTP endpoints (localhost only)
- Native messaging bridge updated to forward the new actions
- Companion version bumped to 1.2.0 to match the extensionMozilla Public License 2.0에 따라 릴리스된 소스 코드