Suno Music Downloader

Suno Music Downloader

Offers free suno music downloads, Just copy the sharing link to your browser, click Download button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Suno Music Downloader",
  "version": "1.0.0",
  "description": "Offers free suno music downloads, Just copy the sharing link to your browser, click Download button.",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.suno.ai/song/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_end"
    }
  ]
}