Remove Controls for Google Meet

Removes everything except for the videos from Google Meet

¿Qué es Remove Controls for Google Meet?

Remove Controls for Google Meet es una extensión de Chrome desarrollada por bobsfriend12, y su función principal es "Removes everything except for the videos from Google Meet".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Remove Controls for Google Meet

Descarga archivos de extensión Remove Controls for Google Meet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Remove Controls for Google Meet Remove Controls for Google Meet
ID gdmbniblpdlaifpndhojadbjmkffjfmh
URL Oficial https://chromewebstore.google.com/detail/remove-controls-for-googl/gdmbniblpdlaifpndhojadbjmkffjfmh
Descripción Removes everything except for the videos from Google Meet
Tamaño del Archivo 58.87 KB
Cantidad de Instalaciones 36
Versión Actual 1.1.2
Última Actualización 2021-05-23
Fecha de Publicación 2021-05-15
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador bobsfriend12
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/bobsfriend12/google-meet-remove-controls
URL de la Página de Ayuda https://github.com/bobsfriend12/google-meet-remove-controls/issues/new
Idiomas Soportados 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"
    }
}