BetterChat for Meet Firefox

Examine source code of BetterChat for Meet

Inspect and view changes in BetterChat for Meet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Better Chat for Meet",
  "version": "2.6.0",
  "description": "Control multimedia para windows a traves del chat de Google Meet",
  "icons": {
    "48": "icons/logo-48.png",
    "96": "icons/logo-96.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "nativeMessaging"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://meet.google.com/*"
      ],
      "exclude_matches": [
        "https://meet.google.com/"
      ],
      "js": [
        "popup.js",
        "chat_client.js"
      ],
      "css": [
        "popup/popup.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/lang/langs.js",
      "background/background.js",
      "background/onInstallUninstall.js"
    ]
  },
  "options_ui": {
    "browser_style": true,
    "page": "options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chatbot@addon.net"
    }
  }
}

Mejores alternativas BetterChat for Meet

Aquí hay algunas Firefox add-ons que son similares a BetterChat for Meet: