Suno Downloader

Suno Downloader

Download Suno AI Music Song MP3

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0.2",
  "manifest_version": 3,
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://app.suno.ai/*",
        "https://*.suno.ai/*",
        "https://suno.com/*"
      ],
      "js": [
        "content2.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "top.png",
    "32": "top.png",
    "48": "top.png",
    "128": "top.png"
  }
}