BetterSuno Firefox

Examine source code of BetterSuno

Inspect and view changes in BetterSuno source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BetterSuno",
  "version": "2.2.1",
  "description": "Enhanced Suno.com experience with notifications and song downloads",
  "browser_specific_settings": {
    "gecko": {
      "id": "bettersuno@bettersuno.ext",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "is_exempt": true,
        "is_data_collected": false,
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "permissions": [
    "cookies",
    "alarms",
    "scripting",
    "tabs",
    "notifications",
    "downloads"
  ],
  "host_permissions": [
    "https://suno.com/*",
    "https://*.suno.com/*",
    "https://*.suno.ai/*",
    "https://studio-api.prod.suno.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_title": "BetterSuno",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://suno.com/*"
      ],
      "js": [
        "content.js",
        "content-idb.js",
        "downloader.js",
        "create.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best BetterSuno Alternatives

Here are some Firefox add-ons that are similar to BetterSuno: