Remove Controls for Google Meet
Removes everything except for the videos from Google Meet
O que é Remove Controls for Google Meet?
Remove Controls for Google Meet é uma extensão do Chrome desenvolvida por bobsfriend12, e sua principal característica é "Removes everything except for the videos from Google Meet".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remove Controls for Google Meet
Baixe arquivos de extensão Remove Controls for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gdmbniblpdlaifpndhojadbjmkffjfmh |
URL Oficial | https://chromewebstore.google.com/detail/remove-controls-for-googl/gdmbniblpdlaifpndhojadbjmkffjfmh |
Descrição | Removes everything except for the videos from Google Meet |
Tamanho do Arquivo | 58.87 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.1.2 |
Última Atualização | 2021-05-23 |
Data de Publicação | 2021-05-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | bobsfriend12 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bobsfriend12/google-meet-remove-controls |
URL da Página de Ajuda | https://github.com/bobsfriend12/google-meet-remove-controls/issues/new |
Idiomas Suportados | 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" } } |