VRSA Suno Bridge Firefox

Examine source code of VRSA Suno Bridge

Inspect and view changes in VRSA Suno Bridge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "VRSA Suno Bridge",
  "version": "1.1.4",
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "tabs",
    "cookies",
    "webRequest"
  ],
  "host_permissions": [
    "https://studio-api.prod.suno.com/*",
    "https://*.suno.com/*",
    "https://vrsa.app/*",
    "https://*.vrsa.app/*"
  ],
  "action": {
    "default_title": "VRSA Suno Dashboard",
    "default_popup": "dashboard.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://suno.com/*"
      ],
      "js": [
        "content-suno.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://vrsa.app/*",
        "https://*.vrsa.app/*"
      ],
      "js": [
        "content-bridge.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "vrsa-suno-bridge@vrsa.app",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best VRSA Suno Bridge Alternatives

Here are some Firefox add-ons that are similar to VRSA Suno Bridge: