MeTube Downloader의 버전 기록 - 21개 버전
MeTube Downloader 제작자: alternipinnate
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 1.8.2
2026년 8월 12일에 출시 - 38.23 KBfirefox 58.0 이상에서 작동- The context menu and keyboard shortcut no longer send the download before you can react. With One-Click Mode disabled they now open the popup pre-filled with the target URL, so quality, folder and other options can be adjusted first (#18).
- With One-Click Mode enabled, all four entry points queue the download immediately without opening the popup.
- Right-clicking a link now carries that link's URL into the popup instead of the URL of the page you are on.
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
이전 버전
버전 1.8.1
2026년 8월 12일에 출시 - 38.17 KBfirefox 58.0 이상에서 작동- Default folder and custom name prefix now support variables: %HOSTNAME%, %DOMAIN%, %DATE%, %YEAR%, %MONTH%, %DAY%. For example, a folder of videos/%DOMAIN% files a YouTube download under videos/youtube.com, so downloads can be categorized by site automatically (#26).
- Variables are resolved against the URL actually being sent, so right-clicking a link uses that link's host rather than the host of the page you're on.
- Unrecognized %TOKENS% are left as-is, so existing folder and prefix values are unaffected.
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.8.0
2026년 6월 8일에 출시 - 36.86 KBfirefox 58.0 이상에서 작동- Added support for MeTube's new download options: Type (Video/Audio/Captions/Thumbnail) and Codec (Auto/H.264/H.265/AV1/VP9).
- Format and Quality dropdowns now adapt to the selected Type, matching MeTube's UI exactly (e.g., Audio shows m4a/mp3/opus/wav/flac with per-format bitrate options; Captions shows srt/txt/vtt/ttml).
- Existing default settings are automatically migrated.
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.7.0
2026년 4월 15일에 출시 - 33.22 KBfirefox 58.0 이상에서 작동- Fix CORS connection errors after MeTube v2025.4.9 update. If you're affected, re-save your settings in about:addons and accept the permission prompt.
- Improved error messages for connection failures — the addon now detects missing permissions and tells you exactly what to do.
- Added CORS troubleshooting guide to README for cases where the permission fix alone isn't enough (CORS_ALLOWED_ORIGINS=*).
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.6.5
2026년 4월 2일에 출시 - 33.07 KBfirefox 58.0 이상에서 작동- Add page context menu - right-click on a video page to send current URL to MeTube (not just links)
- New setting to enable/disable page context menu independently from link context menu
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.6.4
2025년 11월 16일에 출시 - 32.88 KBfirefox 58.0 이상에서 작동- Add Strict Playlist Mode option to prevent downloading entire playlists (like YouTube Mixes) when only wanting to save the currently playing video, thanks to @gmpbigsun
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.6.3
2025년 11월 13일에 출시 - 32.62 KBfirefox 58.0 이상에서 작동- Add keyboard shortcut (Ctrl+Shift+M / Cmd+Shift+M) to send current page to MeTube
- Show loading indicator in popup when using keyboard shortcuts or context menu
- Prevent duplicate requests when shortcut/context menu is triggered multiple times
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.6.2
2025년 11월 11일에 출시 - 32.32 KBfirefox 58.0 이상에서 작동- Made SSO authentication opt-in with optional permissions (<all_urls>, cookies)
- Added privacy notice explaining why broad permissions are needed for SSO redirects
- Reduced default permissions to activeTab, menus, and storage only
- Improved error messages for authentication failures
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.6.1
2025년 11월 10일에 출시 - 31.46 KBfirefox 58.0 이상에서 작동- Added customNamePrefix and autoStart fields to popup
- Added quality options 360p and 240p
- Added URL validation in options and popup
- Added test connection button in options page
- Added save success indicator in options page
- Improved error messages to show actual MeTube responses
- Fixed context menu default setting to be enabled on first install
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.6.0
2025년 11월 9일에 출시 - 29.72 KBfirefox 58.0 이상에서 작동- Added support for authentication via browser cookies (fixes SSO/reverse proxy auth issues)
- Replaced XMLHttpRequest with modern fetch() API
- Improved error handling with better error messages
- Added permissions for cookies and all URLs (required for fetch with credentials)
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.5.0
2025년 4월 15일에 출시 - 29.7 KBfirefox 58.0 이상에서 작동- Added One-click mode, which automatically send the current page to MeTube instance when you click the extension icon (no popup, default values)
- Changed Auto Start option to true by default
- Improved some options description
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.4.2
2025년 4월 15일에 출시 - 29.2 KBfirefox 58.0 이상에서 작동- Fixed download folder not properly passed to MeTube when used from popup
- Improved options readability
GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.4.1
2025년 1월 16일에 출시 - 28.79 KBfirefox 58.0 이상에서 작동- Added missing formats and quality types
- Added options for folder, autoStart and customNamePrefixGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.4.0
2024년 4월 27일에 출시 - 28.24 KBfirefox 48.0 이상에서 작동- Added loading spinner when queueing, thanks to @elwynelwyn
- Added ability to configure custom headers, thanks to @elwynelwynGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.4
2023년 3월 19일에 출시 - 26.39 KBfirefox 48.0 이상에서 작동- Added missing format types: WAV, Opus, M4A, Thumbnail
- Improved UI to be more easy on the eyesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.3
2022년 2월 7일에 출시 - 26.36 KBfirefox 48.0 이상에서 작동- Added default quality and format option, thanks to @aYUSHc137
- Added url input field in popup, thanks to @aYUSHc137
- Fixed context menu action not workingGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.2
2021년 12월 12일에 출시 - 25.72 KBfirefox 48.0 이상에서 작동- Fix show context menu bug. Thanks to @ncwhaleGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.1
2021년 12월 1일에 출시 - 25.72 KBfirefox 48.0 이상에서 작동- Added context menu switch. Thanks to @ncwhaleGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3
2021년 11월 27일에 출시 - 25.46 KBfirefox 48.0 이상에서 작동- Added popup when clicking toolbar button, for better verbosity
- Added option to select quality and formatGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.2
2021년 11월 6일에 출시 - 22.82 KBfirefox 48.0 이상에서 작동Added option in addon preferences to open MeTube instance in new tabGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.1
2021년 10월 13일에 출시 - 22.63 KBfirefox 48.0 이상에서 작동GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드