SoundCloud Downloader 版本紀錄 - 14 個版本
SoundCloud Downloader 作者: anyo
SoundCloud Downloader 版本紀錄 - 14 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 2.7
發行於 2026年8月4日 - 34.57 KB適用於 firefox 58.0 與更新版本SoundCloud rolled out a redesigned track page (Material UI-based) that broke this extension's Download button.
It stopped appearing there, though it kept working everywhere else (search, profile, likes). This release adds full support for that new layout, and works regardless of your SoundCloud interface language.
Also improved: download errors now show a clear on-screen notification instead of failing silently, and the message for copy-protected (DRM) tracks is now in plain language instead of technical jargon.原始碼依照 Mozilla Public License 2.0 條款釋出
較舊版本
版本 2.6.2
發行於 2026年5月5日 - 29.55 KB適用於 firefox 58.0 與更新版本- Tracks that SoundCloud has moved under DRM (most distributed releases with an ISRC) can no longer be downloaded as MP3 :( those endpoints now return 404 and only encrypted streams are served. The extension now detects this and shows a clear "DRM-protected" message instead of failing silently
- Download errors are now visible in the UI: the button briefly flashes red, hover the button to see what went wrong
- Other tracks (independent uploads, mixes, podcasts, free downloads) continue to work as before
原始碼依照 Mozilla Public License 2.0 條款釋出
版本 2.6.1
發行於 2026年2月8日 - 28.99 KB適用於 firefox 58.0 與更新版本Fixed the lowercase option being applied by default even when unchecked in settings.原始碼依照 Mozilla Public License 2.0 條款釋出
版本 2.6
發行於 2026年2月8日 - 28.72 KB適用於 firefox 58.0 與更新版本Added options page for customizable filename format using {artist}, {title}, {year}, {genre}, {album}, and {username} tokens, with lowercase option and live preview.原始碼依照 Mozilla Public License 2.0 條款釋出
版本 2.5
發行於 2026年1月16日 - 26 KB適用於 firefox 58.0 與更新版本changelog:
- fixed a bug where client ID extraction failed due to SoundCloud's updated script format, preventing download button from appearing原始碼依照 Mozilla Public License 2.0 條款釋出
版本 2.4
發行於 2025年4月19日 - 25.96 KB適用於 firefox 58.0 與更新版本changelog:
- rework button style to match new soundcloud ui原始碼依照 Mozilla Public License 2.0 條款釋出
版本 2.3
發行於 2024年5月30日 - 25.55 KB適用於 firefox 48.0 與更新版本changelog:
- fixed a bug where download of songs with no artwork + user with no profile picture (which is the default fallback) did not work (e.g. https://soundcloud.com/lareena61030/laker-phreshboyswag-no-reason-elipropper)原始碼依照 Mozilla Public License 2.0 條款釋出
版本 2.2
發行於 2024年3月14日 - 25.53 KB適用於 firefox 48.0 與更新版本changelog:
- fixed a bug where download of songs with no description did not work (closes https://github.com/nyo/scdl/issues/7)
- added support for `publisher_metadata` which is metadata entered by the person uploading the music (= more reliable)
- now uses `publisher_metadata.artist` before `user.username` for artist name
- now uses `publisher_metadata.release_title` before `title` for song title
- now uses `release_date` before `created_at` for album release year
- now uses `publisher_metadata.writer_composer` for song composer name原始碼依照 Mozilla Public License 2.0 條款釋出
版本 2.1
發行於 2024年3月13日 - 25.37 KB適用於 firefox 48.0 與更新版本changelog:
- fixed a bug where the `Download` button did not appear on some tracks
- added SoundCloud track description to metadata (COMM id3 tag)
- improved DOM checks to know if a `Download` button should be added or not
- added `[scdl]` prefix to logs
- improved readme/documentation原始碼依照 Mozilla Public License 2.0 條款釋出
版本 2.0
發行於 2023年3月4日 - 24.99 KB適用於 firefox 48.0 與更新版本changelog:
- fixed download button disappearing when playing a track in a set/playlist/album
- added support for `hls` transcoding format (which caused many tracks to not be downloaded)
- added support for private tracks downloading
- added `setInterval` clear when navigating away from the page
- improved overall code organization, structure & error handling
- improved id3 tagging
- improved URLs handling
- improved the way download buttons are added to the DOM
- improved the way button size is determined (now based on the parent group)
- improved the way some button group are ignored
- improved the way the track link is picked
- removed `logger()` function原始碼依照 Mozilla Public License 2.0 條款釋出