Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

Suno Manager: Bulk Downloader & Library Tool version history - 12 versions

Suno Manager: Bulk Downloader & Library Tool by Suno Manager

Rated 5 out of 5
5 Stars out of 5
5
1
4
0
3
0
2
0
1
0
Suno Manager: Bulk Downloader & Library Tool version history - 12 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 2.7.0

    Released 7 Dec 2025 - 2.17 MB
    Works with firefox 140.0 and later
    Removed the undefined updateTermsIndicator function call to fix a console ReferenceError.

    Redesigned the sidebar CSS layout to fit narrow default widths (reduced padding, tighter grids).

    Updated badge containers in accordion headers to prevent text from overlapping or wrapping poorly.

    Added text truncation logic (text-overflow: ellipsis) to file names and badges to prevent UI breaking on long text.

    Removed the "Instructions" text links from the help popup and replaced SVG icons with local PNG images.

    Added a new "History & Data" accordion section to the sidebar to make Import/Export/Clear accessible at all times.

    Implemented visual thumbnails (album art) for songs in the "Review Queue" list.

    Added Shift+Click multi-select functionality for checkboxes in the queue list.

    Made song titles in the queue editable via an input field to allow renaming files before download.

    Added logic to pass renamed titles from the sidebar to the background script during download.

    Implemented a "Happy State" (Green "All Downloaded" button) when a workspace is fully backed up.

    Fixed a race condition where the "Happy State" wouldn't trigger immediately by passing completion data in the SCAN_COMPLETE message.

    Updated the content_script.js to use a tiered polling strategy (fast then slow) to catch authentication tokens more reliably.

    Added an interaction listener (click) to the content script to lazy-load tokens if the initial poll misses them.

    Updated content_script.js to specifically detect and parse the new auth.suno.com / client/sessions JSON payload structure.

    Updated background.js webRequest filter to listen on ://.suno.com/ and ://.suno.ai/ instead of specific subdomains.

    Added logic to background.js to check browser cookies as a fallback status ("Connecting...") if the token isn't immediately found.

    Added fetchUserProfile function to background.js to retrieve the avatar, display name, and subscription status (Free vs Pro) directly from the API.

    Updated the sidebar header to display the user's actual avatar and "Subscribed" status in gold/orange for Pro users.

    Implemented auto-resume logic in background.js to handle 401 (Token Expired) errors by refreshing the tab and restarting the queue automatically.

    Added a sanitizer function to background.js to strip illegal characters from file paths, fixing ZIP compression errors.

    Fixed a bug where background.js would return early if the token hadn't changed, preventing the UI from updating its connection status on reload.

    Initialized the "History Count" in the sidebar immediately upon load instead of waiting for a scan.

    Source code released under MIT Licence

    Download Firefox and get the extension
    Download file
  • Older versions

    Version 2.3.0

    Released 27 Nov 2025 - 2.09 MB
    Works with firefox 109.0 and later
    Added a history feature. Suno Manager now saves your downloaded songs (locally) so you whenever you scan again, it will never download the same song again. You can refresh it too, incase you delete downloaded songs.

    Added a token refreshing feature > If suno revoked your account token, requiring a refresh, it will now refresh suno to grab a new token and continue downloading. Downloading overnight is now more reliable.

    Minor bugs might still occur. Suno is actively updating, changing stuff and with the settlement, no one knows for sure what it will mean... in the mean time, secure your songs!

    Source code released under MIT Licence

    Download file
  • Version 2.2.5

    Released 27 Nov 2025 - 2.09 MB
    Works with firefox 109.0 and later
    Suno Manager v2.2.5

    New Feature: Added a Download Speed Slider. You can now choose between Fast (1-5s), Normal (3-10s), or Slow (8-14s) to manage download pacing.

    Critical Fix: Fixed a crash caused by using special characters (like /) in the Output Path folder name.

    Bug Fix: Fixed an issue where the queue would sometimes continue downloading "Zombie" songs after clicking Pause.

    Improvement: Better detection for expired login tokens (prevents download errors).

    Source code released under MIT Licence

    Download file
  • Version 2.2.4

    Released 27 Nov 2025 - 2.09 MB
    Works with firefox 109.0 and later
    • Fixed: The toolbar icon is no longer greyed out.
    • Improved: Clicking the extension icon in your browser toolbar now instantly opens the sidebar (making it easier to find if you closed it).

    Source code released under MIT Licence

    Download file
  • Version 2.2.3

    Released 26 Nov 2025 - 2.09 MB
    Works with firefox 109.0 and later
    🔥 Major Upgrades

    20,000+ Song Support: Rewrote the storage engine to handle massive libraries without crashing or lagging.

    Folder Organization: New options to group downloads by Workspace Name and create sub-folders for each song.

    Smart Resume: Browser crashed? Internet cut out? No problem. The download queue now remembers exactly where it left off, even after a restart.

    ✨ UI & UX

    Sync Profile: Click your profile badge in the top bar to instantly sync new workspaces or refresh your connection.

    Safe Mode: Settings are now locked while downloading to prevent accidental errors.

    Scrollable Lists: Workspace list now supports unlimited items (bypassing the old 20-item limit).

    🛠️ Bug Fixes

    WAV Timeouts: Increased wait time to 3.5 minutes for complex song generations.

    ZIP Fixes: Fixed a bug where invisible "AI characters" in titles caused ZIP failures.

    Performance: Drastically reduced disk usage during large batch downloads.

    Source code released under MIT Licence

    Download file
  • Version 2.2.2

    Released 26 Nov 2025 - 2.09 MB
    Works with firefox 109.0 and later
    🆕 New Features

    Folder Organization: You can now automatically group downloads by Workspace Name and/or create dedicated sub-folders for each song.

    Smart Resume: The queue now saves its state to disk. If your browser crashes or restarts, the batch resumes exactly where it left off.

    Scrollable Workspace List: Replaced the limited dropdown with a new scrollable list that supports users with 60+ workspaces (bypassing the previous 20-item limit).

    🛠️ Critical Fixes

    20,000+ Song Support: Complete rewrite of the storage logic. The extension now handles massive libraries without hitting browser memory limits or crashing.

    "Gremlin" Character Fix: Fixed an issue where invisible characters in AI-generated titles caused ZIP files to fail.

    Path Length Safety: Filenames are now intelligently truncated to prevent "File Path Too Long" errors on Windows.

    ⚡ Improvements

    Circuit Breaker: The queue now auto-pauses after 3 consecutive API errors (instead of failing the whole batch), allowing you to retry later.

    Input Locking: Settings are now locked while downloading to prevent accidental queue resets.

    Performance: drastically reduced disk usage during large batch downloads.

    Source code released under MIT Licence

    Download file
  • Version 2.1.2

    Released 26 Nov 2025 - 2.09 MB
    Works with firefox 109.0 and later
    To save memory, browsers kill the extension's background script after about 30 seconds of inactivity. This caused the queue skip feature to be buggy sometimes. Fixed this issue.

    Source code released under MIT Licence

    Download file
  • Version 2.1.1

    Released 26 Nov 2025 - 2.08 MB
    Works with firefox 109.0 and later
    Added a quickfix for queues that were finished but it wouldn't "Complete" the queue.

    Source code released under MIT Licence

    Download file
  • Version 2.1.0

    Released 26 Nov 2025 - 2.08 MB
    Works with firefox 109.0 and later
    Added a skip feature for if you have downloaded a certain amount of songs and the API gave an error or the browser had a hiccup and the downloading stopped. Now, if you select all the downloaded songs in your download folder and for example, you have downloaded 200 out of 1780 songs, you can skip the first 200 songs and continue downloading your 1780 songs without any duplicates!

    Source code released under MIT Licence

    Download file
  • Version 2.0.0

    Released 25 Nov 2025 - 2.08 MB
    Works with firefox 109.0 and later
    Suno Manager v2 Patch Notes

    🚀 New Features

    Per-Song Zipping: Added a new "Zip each song individually" option. Instead of cluttering your downloads folder with 5 loose files per song (MP3, JSON, Cover, etc.), the extension now packages them into a neat .zip file for each track.

    Advanced Filtering: Added new filter toggles for "Published" and "Remasters". You can now stack filters (e.g., download only songs that are Liked AND Published).

    Error Logging System: Implemented a robust error tracking system. If a download fails, a red "Errors Detected" section appears. Users can now download a detailed .txt log file (including system info and error codes) to help with debugging.

    Detailed File Formats: Renamed file options for clarity:

    MP3 -> MP3 Audio

    JSON -> Metadata (JSON)

    TXT -> Lyrics / Text

    Cover -> Cover Image

    🛡️ Safety & Stability

    Human-Like Delays: Increased the download delay to 6–14 seconds (randomized) between songs. This drastically reduces the risk of hitting Suno's rate limits or getting flagged as a bot.

    Risk Acceptance: Added a mandatory "Terms & Risk" acknowledgment to ensure users understand this is an unofficial tool and use it responsibly.

    401 Token Handling: The extension now specifically detects if your Suno session has expired and prompts you to refresh the page instead of failing silently.

    ✨ UI/UX Overhaul

    "App Layout" Redesign: Switched from a long scrolling list to a modern app structure:

    Fixed Header: Persistent status indicator and support button.

    Scrollable Body: Settings and filters live here.

    Sticky Footer: The "Scan/Download" button, Progress Bar, and Summary are now pinned to the bottom, so they are always visible.

    Smart Summary Text: Added a dynamic text box above the download button that explains exactly what is about to happen in plain English (e.g., "Ready to scan Liked & Published songs in Workspace X").

    Consolidated Settings: Merged "Filters," "File Formats," and "Output" into a streamlined "Download Settings" section to reduce clutter.

    Visual Polish: Restored the branded button textures while fixing alignment issues for the "Buy me a coffee" link.

    🐛 Bug Fixes

    Resume Batch Logic: Fixed a critical bug where the "Resume Batch" button would appear incorrectly. The logic now accurately calculates matching songs vs. downloaded songs.

    "Hard Reset" Flow: Changing a Workspace or Filter now forces a session reset, preventing the extension from trying to download songs from a previously selected library.

    Security Fixes: Removed unsafe innerHTML usage to comply with browser security standards (preventing XSS warnings).

    Jszip Compatibility: Updated the jszip library implementation to be fully compatible with Manifest V3 security policies (removed eval warnings).

    Source code released under MIT Licence

    Download file
  • Version 1.4

    Released 24 Nov 2025 - 2.06 MB
    Works with firefox 109.0 and later
    Added extra security features, own risk notice and beter queue timing to prevent overloading requests.

    Source code released under MIT Licence

    Download file
  • Version 1.3.2

    Released 20 Nov 2025 - 2.05 MB
    Works with firefox 109.0 and later
    Removed MACOS files that were included

    Source code released under MIT Licence

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike Licence v3.0 or any later version.