Mute All on Meet
Mute all users on Google Meet.
Qu'est-ce que Mute All on Meet ?
Mute All on Meet est une extension Chrome développée par https://www.zoomcorder.com, et sa fonction principale est "Mute all users on Google Meet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mute All on Meet
Téléchargez les fichiers d'extension Mute All on Meet 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
Mute all user on Google Meet with just one click! Now *updated* to work with the latest version of Google Meet. Click the icon to mute ALL users or click CTRL+M to mute all. Easy, fast, safe, and light! Install now to stop the chaos in your meeting. This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. Works with Google Meet, Zoom, GoToMeeting, Microsoft Teams and more. Save time by recording meetings and watch them on your own schedule. You can even speed up playback and skip to the most important parts to save even more time with Zoomcorder.com.
Informations de Base sur l'Extension
Nom | Mute All on Meet |
ID | adjoknoacleghaejlggocbakidkoifle |
URL Officiel | https://chromewebstore.google.com/detail/mute-all-on-meet/adjoknoacleghaejlggocbakidkoifle |
Description | Mute all users on Google Meet. |
Taille du Fichier | 213 KB |
Nombre d'Installations | 80,000 |
Version Actuelle | 7.0 |
Dernière Mise à Jour | 2023-04-20 |
Date de Publication | 2020-06-08 |
Évaluation | 2.23/5 Total 64 Évaluations |
Développeur | https://www.zoomcorder.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://Zoomcorder.com |
URL de la Page d'Aide | https://Zoomcorder.com/support |
URL de la Page de Politique de Confidentialité | https://zoomcorder.com/extension/privacy.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mute All on Meet", "version": "7.0", "description": "Mute all users on Google Meet.", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/zoom.us\/*", "https:\/\/*.zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/images\/record.png", "\/images\/recimage.png", "\/images\/howto.jpg" ], "matches": [ "https:\/\/*.zoom.us\/*", "https:\/\/*.zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ] } ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "script.js" ], "matches": [ "https:\/\/*.zoom.us\/*", "https:\/\/zoomgov.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.gotomeet.me\/*", "https:\/\/*.gotowebinar.com\/*" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |