Remove Controls for Google Meet

Remove Controls for Google Meet

Removes everything except for the videos from Google Meet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Remove Controls for Google Meet",
  "description": "Removes everything except for the videos from Google Meet",
  "author": "bobsfriend12",
  "icons": {
    "16": "logo16.png",
    "32": "logo32.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "homepage_url": "https://github.com/bobsfriend12/google-meet-remove-controls",
  "version": "1.1.2",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Hide Controls"
  },
  "background": {
    "service_worker": "background.js"
  }
}