Google Meet Auto Disable Camera & Mute Audio
Defaults camera to off, and mute audio when joining a Google Meet meeting
Wat is Google Meet Auto Disable Camera & Mute Audio?
Google Meet Auto Disable Camera & Mute Audio is een Chrome-extensie ontwikkeld door Shashi Prakash Gautam, en de belangrijkste functie is "Defaults camera to off, and mute audio when joining a Google Meet meeting".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Meet Auto Disable Camera & Mute Audio
Download Google Meet Auto Disable Camera & Mute Audio-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
When joining Google Meet this extension can automatically disable the video and mute the audio.
Basisinformatie over de Extensie
Naam | Google Meet Auto Disable Camera & Mute Audio |
ID | lcngkpkcihkbhjjnkpfecokdkbfbhaah |
Officiële URL | https://chromewebstore.google.com/detail/google-meet-auto-disable/lcngkpkcihkbhjjnkpfecokdkbfbhaah |
Beschrijving | Defaults camera to off, and mute audio when joining a Google Meet meeting |
Bestandsgrootte | 14 KB |
Aantal Installaties | 114 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-09-24 |
Publicatiedatum | 2020-09-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Shashi Prakash Gautam |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://shweshi.github.io/Google-Meet-Auto-Disable-Camera-And-Mute-Audio/ |
Ondersteunde Talen | 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" } } |