Remove Controls for Google Meet
Removes everything except for the videos from Google Meet
Wat is Remove Controls for Google Meet?
Remove Controls for Google Meet is een Chrome-extensie ontwikkeld door bobsfriend12, en de belangrijkste functie is "Removes everything except for the videos from Google Meet".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove Controls for Google Meet
Download Remove Controls for Google Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gdmbniblpdlaifpndhojadbjmkffjfmh |
Officiële URL | https://chromewebstore.google.com/detail/remove-controls-for-googl/gdmbniblpdlaifpndhojadbjmkffjfmh |
Beschrijving | Removes everything except for the videos from Google Meet |
Bestandsgrootte | 58.87 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2021-05-23 |
Publicatiedatum | 2021-05-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | bobsfriend12 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bobsfriend12/google-meet-remove-controls |
Help Pagina-URL | https://github.com/bobsfriend12/google-meet-remove-controls/issues/new |
Ondersteunde Talen | 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" } } |