Big Blue Button Autostatus Firefox

Examine source code of Big Blue Button Autostatus

Inspect and view changes in Big Blue Button Autostatus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Big Blue Button Autostatus",
  "version": "1.2.1",
  "author": "Christopher Besch",
  "description": "BBB Tools preventing the teacher to detect that you aren't actually listening",
  "homepage_url": "https://github.com/christopher-besch/bbb_autostatus",
  "permissions": [
    "notifications",
    "tabs",
    "storage"
  ],
  "background": {
    "page": "out/background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.bigbluebutton.org/*",
        "*://*.videoconference.iserv.eu/*"
      ],
      "js": [
        "out/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "out/popup.html"
  },
  "icons": {
    "48": "out/icons/flutter_dash_black_24dp.svg",
    "96": "out/icons/flutter_dash_black_24dp.svg"
  },
  "options_ui": {
    "page": "out/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bbb_autostatus_dist@christopher-besch"
    }
  },
  "commands": {
    "toggle-raise": {
      "suggested_key": {
        "default": "Ctrl+Q"
      },
      "description": "Toggle raised hand"
    }
  }
}

Best Big Blue Button Autostatus Alternatives

Here are some Firefox add-ons that are similar to Big Blue Button Autostatus: