Google Meet Auto Disable Mic/Cam
Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting
Wat is Google Meet Auto Disable Mic/Cam?
Google Meet Auto Disable Mic/Cam is een Chrome-extensie ontwikkeld door https://burkybang.com, en de belangrijkste functie is "Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Meet Auto Disable Mic/Cam
Download Google Meet Auto Disable Mic/Cam-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 simple extension provides options to default your microphone and camera to disabled. It also displays emojis in the tab title indicating if your microphone is muted or your camera is on. GitHub: https://github.com/burkybang/Google-Meet-Auto-Disable-Mic-Cam Firefox version: https://addons.mozilla.org/en-US/firefox/addon/googlemeet-auto-disable-miccam
Basisinformatie over de Extensie
Naam | Google Meet Auto Disable Mic/Cam |
ID | dgggcpmnponfpgnifbdohajbdkbgjlhd |
Officiële URL | https://chromewebstore.google.com/detail/google-meet-auto-disable/dgggcpmnponfpgnifbdohajbdkbgjlhd |
Beschrijving | Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting |
Bestandsgrootte | 20.83 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 3.1.1 |
Laatst Bijgewerkt | 2023-12-14 |
Publicatiedatum | 2020-05-20 |
Beoordeling | 4.15/5 Totaal 27 Beoordelingen |
Ontwikkelaar | https://burkybang.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/burkybang/Google-Meet-Auto-Disable-Mic-Cam |
Help Pagina-URL | https://github.com/burkybang/Google-Meet-Auto-Disable-Mic-Cam/issues |
URL van de Privacybeleid Pagina | https://burkybang.com/extensions/privacy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Auto Disable Mic\/Cam", "version": "3.1.1", "description": "Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "lib.js", "content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_start" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "action": { "default_popup": "popup.html" } } |