Remove Controls for Google Meet
Removes everything except for the videos from Google Meet
Cos'è Remove Controls for Google Meet?
Remove Controls for Google Meet è un'estensione di Chrome sviluppata da bobsfriend12, e la sua funzione principale è "Removes everything except for the videos from Google Meet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove Controls for Google Meet
Scarica i file di estensione Remove Controls for Google Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gdmbniblpdlaifpndhojadbjmkffjfmh |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-controls-for-googl/gdmbniblpdlaifpndhojadbjmkffjfmh |
Descrizione | Removes everything except for the videos from Google Meet |
Dimensione del File | 58.87 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2021-05-23 |
Data di Pubblicazione | 2021-05-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | bobsfriend12 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/bobsfriend12/google-meet-remove-controls |
URL della Pagina di Aiuto | https://github.com/bobsfriend12/google-meet-remove-controls/issues/new |
Lingue Supportate | 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" } } |