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 公共许可证 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 公共许可证 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 公共许可证 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 公共许可证 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 公共许可证 2.0 发布
版本 2.4
发布于 2025年4月19日 - 25.96 KB适用于 firefox 58.0 及更高版本changelog:
- rework button style to match new soundcloud ui源代码遵循 Mozilla 公共许可证 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 公共许可证 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 公共许可证 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 公共许可证 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 公共许可证 2.0 发布