Remove Controls for Google Meet

Removes everything except for the videos from Google Meet

Co je Remove Controls for Google Meet?

Remove Controls for Google Meet je rozšíření Chrome vyvinuté bobsfriend12, a jeho hlavní funkcí je „Removes everything except for the videos from Google Meet“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Remove Controls for Google Meet

Stáhněte si soubory rozšíření Remove Controls for Google Meet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Remove Controls for Google Meet Remove Controls for Google Meet
ID gdmbniblpdlaifpndhojadbjmkffjfmh
Oficiální URL https://chromewebstore.google.com/detail/remove-controls-for-googl/gdmbniblpdlaifpndhojadbjmkffjfmh
Popis Removes everything except for the videos from Google Meet
Velikost souboru 58.87 KB
Počet instalací 36
Aktuální Verze 1.1.2
Poslední Aktualizace 2021-05-23
Datum Vydání 2021-05-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář bobsfriend12
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/bobsfriend12/google-meet-remove-controls
URL Stránky Nápovědy https://github.com/bobsfriend12/google-meet-remove-controls/issues/new
Podporované Jazyky 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"
    }
}