VRSA Suno Bridge Firefox

Examine source code of VRSA Suno Bridge

By: Chris
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.0",
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "tabs",
    "cookies"
  ],
  "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"
      ]
    },
    {
      "matches": [
        "https://vrsa.app/*",
        "https://*.vrsa.app/*"
      ],
      "js": [
        "content-bridge.js"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://vrsa.app/*",
      "https://*.vrsa.app/*"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "vrsa-suno-bridge@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best VRSA Suno Bridge Alternatives

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