重い処理はデスクトップアプリが担う
Browsers can detect media, but they cannot download HLS/DASH streams, merge video and audio, or convert formats. Those jobs all run in the desktop app — locally, at native speed.
なぜデスクトップアプリが必要か
The browser extension sniffs media resources and shows the UI. The actual downloading, stream merging, format conversion, and file management all happen in the desktop app — browsers simply cannot do this.
拡張機能のみ
制限あり- Detect media resources on web pages
- Show the download popup and pick quality
- Cannot download HLS / DASH streams (m3u8, mpd)
- No format conversion or audio extraction
- No resume for broken downloads
- Capped by browser file-size and speed limits
拡張機能+デスクトップ
フルパワー- 拡張機能のすべての動作
- Download HLS / DASH streams and merge segments
- Merge video + audio, extract MP3 (built-in ffmpeg)
- Resume broken downloads, queue batch tasks
- ネイティブRust + tokioエンジン — ブラウザの制限なし
- ローカルで動作 — メディアが端末から出ることはない
ネイティブダウンロードエンジン
Built on Rust + tokio, the desktop app bypasses browser download limits for maximum speed and stability on large files and live streams.
HLS / DASHストリーム結合
Downloads m3u8 and mpd playlists, fetches every segment, and merges them into a single MP4 — something a browser cannot do.
変換と音声抽出
Ships with ffmpeg: video to MP4, video to MP3, audio extraction, and remuxing — no extra software needed.
再開と一括処理
Resume broken downloads, queue multiple tasks, and run them in the background while you keep browsing.
All processing is local. The extension and desktop app talk over Chrome Native Messaging — no media passes through any server.
2つの部品の連携
The extension sniffs media. The desktop downloads and converts. They connect automatically via Chrome Native Messaging — a local, secure channel that needs no server.
ブラウザ拡張機能
Sniffs videos, images, and audio on the page and shows the download UI.
ネイティブメッセージング
Local, secure channel between the extension and the desktop app.
デスクトップエンジン
Rust + tokio downloads streams; ffmpeg merges and converts them.
あなたのファイル
Saved to your download folder, organized and ready to use.
ブラウザ拡張機能
Sniffs videos, images, and audio on the page and shows the download UI.
ネイティブメッセージング
Local, secure channel between the extension and the desktop app.
デスクトップエンジン
Rust + tokio downloads streams; ffmpeg merges and converts them.
あなたのファイル
Saved to your download folder, organized and ready to use.
デスクトップアプリが本物のダウンロードエンジン — メディアをダウンロード・結合・変換します。ブラウザ拡張機能はページ上のリソースを検出するだけです。
ブラウザ互換性
VDA拡張機能はChrome、Edge、Brave、Opera、VivaldiなどすべてのChromium系ブラウザに対応。
インストールガイド
この手順でわずか3分で開始
ブラウザ拡張機能をインストール
Search for VDA on the Chrome Web Store and click 'Add to Chrome' to install. The extension icon will appear in your browser toolbar.
デスクトップアプリをダウンロード
Download the Windows installer and run it. The desktop app runs as a background helper — no manual operation needed. It auto-connects with the extension.
ダウンロードを開始
Open the web page with media you want to download, click the extension icon, select your desired resource and quality, and click download. Files save automatically to your download directory.
ダウンロードFAQ
インストールと利用に関するよくある質問