Google Meet: Include yourself in participants

Google Meet: Include yourself in participants

This extensions includes you in the sorted list of participants, instead of on top.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Meet: Include yourself in participants",
  "description": "This extensions includes you in the sorted list of participants, instead of on top.",
  "version": "1.0.3",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://meet.google.com/*"
      ],
      "js": [
        "includeYourselfInParticipants.js"
      ]
    }
  ]
}