Suno Song Downloader_Suno Music Downloads

Suno Song Downloader_Suno Music Downloads

Suno Music Downloader offers free music downloads! Easily discover and enjoy a variety of music. With just a few clicks!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Suno Song Downloader_Suno Music Downloads",
  "version": "1.0",
  "description": "Suno Music Downloader offers free music downloads! Easily discover and enjoy a variety of music. With just a few clicks!",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://app.suno.ai/*",
        "*://suno.ai/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "host_permissions": [
    "*://app.suno.ai/*",
    "*://suno.ai/*"
  ],
  "action": {}
}