Video Downloader - Phoenix by beast001
Deep interception video downloader - HLS/MP4/DASH
Available on Firefox for AndroidโขAvailable on Firefox for Androidโข
Scan the QR code to open this extension in Firefox for Android
Extension Metadata
About this extension
๐ฌ Simple Video Downloader - Fast, Reliable Video Downloading
Download videos from any website with a single click! This extension detects
video streams (HLS, MP4, DASH) playing on any webpage and lets you download
them to your device with lightning-fast parallel downloads.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โจ KEY FEATURES
โก Lightning Fast Downloads
Downloads up to 20 video segments simultaneously, making it 360x faster
than screen recording methods. A 30-minute video downloads in just seconds!
๐ฏ Smart Video Detection
Automatically detects video URLs from multiple sources:
โข HLS streams (.m3u8 playlists)
โข Direct MP4 files
โข DASH streams (.mpd)
โข Video.js and HLS.js players
โข Web Workers and MediaSource API
๐จ Simple One-Click Interface
Just play any video and click the download button that appears in the
top-right corner of the video player. No settings, no configuration,
no command-line needed.
๐ Real-Time Progress
See live download progress with speed, size, and percentage:
"โก 45% โข 130MB โข 4.1MB/s"
๐ฌ Best Quality Selection
Automatically selects the highest quality variant from adaptive streams.
๐ Auto-Retry
Failed segments are automatically retried up to 3 times. Partial
downloads are saved even if some segments fail.
๐ก CORS Bypass
Works with videos that have cross-origin restrictions using a smart
proxy fetch mechanism.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ HOW TO USE
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ SUPPORTED FORMATS
โ MP4 - Direct download
โ WebM - Direct download
โ HLS (.m3u8) - Downloads segments and merges into .ts file
โ DASH (.mpd) - Segment-based download
โ TS Segments - Concatenated into single file
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ก PLAYING DOWNLOADED FILES
.ts files can be played directly in:
โข VLC Media Player (recommended - free)
โข PotPlayer
โข MPV Player
To convert to MP4 (optional):
โข Online: cloudconvert.com/ts-to-mp4
โข Command: ffmpeg -i video.ts -c copy video.mp4
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ PRIVACY & SECURITY
โ No data collection - everything runs locally
โ No analytics or tracking
โ No external servers used
โ Open source and transparent
โ No account required
Your videos, your data, your control.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ IMPORTANT NOTES
โข Cannot download DRM-protected content (Netflix, Prime Video, Hotstar, etc.)
as this is a browser-level security restriction that no extension can bypass.
โข Please respect copyright and only download content you have permission
to save (your own paid courses, free content, public domain videos, etc.)
โข Some websites may take a few seconds to fully detect the video URLs.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ฌ USE CASES
โข ๐ Save educational lectures from online courses for offline study
โข ๐ Download webinars and workshops
โข ๐ฌ Save reference videos for editing projects
โข ๐ Backup your own paid course content
โข ๐ Save educational content when internet is unstable
โข ๐ผ Download meeting recordings
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ TROUBLESHOOTING
Problem: "No video URL detected"
Solution: Play the video for at least 30 seconds before clicking download
Problem: Download button not appearing
Solution: Refresh the page (Ctrl+Shift+R) and try again
Problem: Some segments failed
Solution: The extension saves partial video. Retry download if needed.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ WHY THIS EXTENSION?
Unlike other video downloaders that use screen recording (slow, poor quality)
or complex server-side processing (privacy concerns), Simple Video Downloader:
โ Works entirely in your browser
โ Downloads at maximum speed
โ Preserves original quality
โ No external dependencies
โ Completely free and open source
โ No ads, no tracking, no BS
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Version 2.1 | Built with โค for privacy and speed
Download videos from any website with a single click! This extension detects
video streams (HLS, MP4, DASH) playing on any webpage and lets you download
them to your device with lightning-fast parallel downloads.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โจ KEY FEATURES
โก Lightning Fast Downloads
Downloads up to 20 video segments simultaneously, making it 360x faster
than screen recording methods. A 30-minute video downloads in just seconds!
๐ฏ Smart Video Detection
Automatically detects video URLs from multiple sources:
โข HLS streams (.m3u8 playlists)
โข Direct MP4 files
โข DASH streams (.mpd)
โข Video.js and HLS.js players
โข Web Workers and MediaSource API
๐จ Simple One-Click Interface
Just play any video and click the download button that appears in the
top-right corner of the video player. No settings, no configuration,
no command-line needed.
๐ Real-Time Progress
See live download progress with speed, size, and percentage:
"โก 45% โข 130MB โข 4.1MB/s"
๐ฌ Best Quality Selection
Automatically selects the highest quality variant from adaptive streams.
๐ Auto-Retry
Failed segments are automatically retried up to 3 times. Partial
downloads are saved even if some segments fail.
๐ก CORS Bypass
Works with videos that have cross-origin restrictions using a smart
proxy fetch mechanism.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ HOW TO USE
- Install the extension
- Visit any website with a video
- Play the video (let it load for a few seconds)
- Click the purple "โฌ Download" button on the video
- Wait for download to complete
- Video saves to your default downloads folder
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ SUPPORTED FORMATS
โ MP4 - Direct download
โ WebM - Direct download
โ HLS (.m3u8) - Downloads segments and merges into .ts file
โ DASH (.mpd) - Segment-based download
โ TS Segments - Concatenated into single file
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ก PLAYING DOWNLOADED FILES
.ts files can be played directly in:
โข VLC Media Player (recommended - free)
โข PotPlayer
โข MPV Player
To convert to MP4 (optional):
โข Online: cloudconvert.com/ts-to-mp4
โข Command: ffmpeg -i video.ts -c copy video.mp4
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ PRIVACY & SECURITY
โ No data collection - everything runs locally
โ No analytics or tracking
โ No external servers used
โ Open source and transparent
โ No account required
Your videos, your data, your control.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ IMPORTANT NOTES
โข Cannot download DRM-protected content (Netflix, Prime Video, Hotstar, etc.)
as this is a browser-level security restriction that no extension can bypass.
โข Please respect copyright and only download content you have permission
to save (your own paid courses, free content, public domain videos, etc.)
โข Some websites may take a few seconds to fully detect the video URLs.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ฌ USE CASES
โข ๐ Save educational lectures from online courses for offline study
โข ๐ Download webinars and workshops
โข ๐ฌ Save reference videos for editing projects
โข ๐ Backup your own paid course content
โข ๐ Save educational content when internet is unstable
โข ๐ผ Download meeting recordings
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ TROUBLESHOOTING
Problem: "No video URL detected"
Solution: Play the video for at least 30 seconds before clicking download
Problem: Download button not appearing
Solution: Refresh the page (Ctrl+Shift+R) and try again
Problem: Some segments failed
Solution: The extension saves partial video. Retry download if needed.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ WHY THIS EXTENSION?
Unlike other video downloaders that use screen recording (slow, poor quality)
or complex server-side processing (privacy concerns), Simple Video Downloader:
โ Works entirely in your browser
โ Downloads at maximum speed
โ Preserves original quality
โ No external dependencies
โ Completely free and open source
โ No ads, no tracking, no BS
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Version 2.1 | Built with โค for privacy and speed
Rated 0 by 0 reviewers
Permissions and data
Required permissions:
- Download files and read and modify the browserโs download history
- Access browser tabs
- Access your data for all websites
Optional permissions:
- Access your data for all websites
Data collection:
- The developer says this extension doesn't require data collection.
More information
- Add-on Links
- Version
- 2.1
- Size
- 1.16 MB
- Last updated
- 10 days ago (Jul 2, 2026)
- Related Categories
- License
- All Rights Reserved
- Version History
- Add to collection