Google Meet Auto Disable Mic/Cam
Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting
Qu'est-ce que Google Meet Auto Disable Mic/Cam ?
Google Meet Auto Disable Mic/Cam est une extension Chrome développée par https://burkybang.com, et sa fonction principale est "Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Meet Auto Disable Mic/Cam
Téléchargez les fichiers d'extension Google Meet Auto Disable Mic/Cam au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Google Meet Auto Disable Mic/Cam |
ID | dgggcpmnponfpgnifbdohajbdkbgjlhd |
URL Officiel | https://chromewebstore.google.com/detail/google-meet-auto-disable/dgggcpmnponfpgnifbdohajbdkbgjlhd |
Description | Provides options for defaulting microphone and camera to disabled when joining a Google Meet meeting |
Taille du Fichier | 20.83 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 3.1.1 |
Dernière Mise à Jour | 2023-12-14 |
Date de Publication | 2020-05-20 |
Évaluation | 4.15/5 Total 27 Évaluations |
Développeur | https://burkybang.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/burkybang/Google-Meet-Auto-Disable-Mic-Cam |
URL de la Page d'Aide | https://github.com/burkybang/Google-Meet-Auto-Disable-Mic-Cam/issues |
URL de la Page de Politique de Confidentialité | https://burkybang.com/extensions/privacy |
Langues Prises en Charge | 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" } } |