Google Meet Auto Disable Camera & Mute Audio
Defaults camera to off, and mute audio when joining a Google Meet meeting
Qu'est-ce que Google Meet Auto Disable Camera & Mute Audio ?
Google Meet Auto Disable Camera & Mute Audio est une extension Chrome développée par Shashi Prakash Gautam, et sa fonction principale est "Defaults camera to off, and mute audio 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 Camera & Mute Audio
Téléchargez les fichiers d'extension Google Meet Auto Disable Camera & Mute Audio 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
When joining Google Meet this extension can automatically disable the video and mute the audio.
Informations de Base sur l'Extension
Nom | Google Meet Auto Disable Camera & Mute Audio |
ID | lcngkpkcihkbhjjnkpfecokdkbfbhaah |
URL Officiel | https://chromewebstore.google.com/detail/google-meet-auto-disable/lcngkpkcihkbhjjnkpfecokdkbfbhaah |
Description | Defaults camera to off, and mute audio when joining a Google Meet meeting |
Taille du Fichier | 14 KB |
Nombre d'Installations | 114 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-09-24 |
Date de Publication | 2020-09-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Shashi Prakash Gautam |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://shweshi.github.io/Google-Meet-Auto-Disable-Camera-And-Mute-Audio/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Auto Disable Camera & Mute Audio", "version": "1.0.0", "description": "Defaults camera to off, and mute audio when joining a Google Meet meeting", "manifest_version": 2, "content_scripts": [ { "js": [ "action.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_start" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |