Remove Controls for Google Meet

Removes everything except for the videos from Google Meet

What is Remove Controls for Google Meet?

Remove Controls for Google Meet is a Chrome extension developed by bobsfriend12, and its main feature is "Removes everything except for the videos from Google Meet".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Remove Controls for Google Meet Extension CRX File

Download Remove Controls for Google Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is very useful for recording. Or just removing it if you don't want it.

Features:
  - Remove Controls (the bottom bar where the mute and video buttons are and the top bar where the chat is)

  - Remove Names

 - Controls them separately or at the same time.

This extension is open source. You can view the source code on github:
https://github.com/bobsfriend12/google-meet-remove-controls


Google Meet is a trademark of Google Inc.                    

Extension Basic Information

Name Remove Controls for Google Meet Remove Controls for Google Meet
ID gdmbniblpdlaifpndhojadbjmkffjfmh
Official URL https://chromewebstore.google.com/detail/remove-controls-for-googl/gdmbniblpdlaifpndhojadbjmkffjfmh
Description Removes everything except for the videos from Google Meet
File Size 58.87 KB
Installation Count 36
Current Version 1.1.2
Last Updated 2021-05-23
Publish Date 2021-05-15
Rating 5.00/5 Total 1 Ratings
Developer bobsfriend12
Email [email protected]
Payment Type free
Extension Website https://github.com/bobsfriend12/google-meet-remove-controls
Help Page URL https://github.com/bobsfriend12/google-meet-remove-controls/issues/new
Supported Languages en-US
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"
    }
}