BigBlueButton Plus

BigBlueButton Plus

Per User volume and more - all inside of BigBlueButton

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "BigBlueButton Plus",
  "version": "2.0.3",
  "description": "Individuelle Lautstärke für einzelne Teilnehmer & mehr - die perfekte Ergänzung für BBB Meetings",
  "icons": {
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/html5client/join*",
        "https://*/*/html5client/join*"
      ],
      "js": [
        "volume.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}