Per User volume and more - all inside of BigBlueButton
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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]"
}
}
}