Mute Perfect
By Nithin S
Qu'est-ce que Mute Perfect ?
Mute Perfect est une extension Chrome développée par https://nithins.me, et sa fonction principale est "By Nithin S".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mute Perfect
Téléchargez les fichiers d'extension Mute Perfect 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
Ensure that you are 100% on mute during your meetings or online classes This simple and lightweight extension removes your camera and mic so that you can never go unmute accidentally. This extension is entirely focused on protecting user privacy during calls/meetings. You can click on the extension to enable your mic or camera anytime you need. This will bring back your mic and camera options immediately. This is a beta version under development and currently only supports Google Meet, Microsoft Teams, and Zoom. Will add additional support to cover all meeting platforms in future releases. Contribute to Mute Perfect on https://github.com/NithinSGowda/Mute-Perfect [ Double click on bottom right confirmation ribbons to remove them incase they cover your screen ]
Informations de Base sur l'Extension
Nom | Mute Perfect |
ID | pboahmednhooeegmdeinbbhnhhiopldh |
URL Officiel | https://chromewebstore.google.com/detail/mute-perfect/pboahmednhooeegmdeinbbhnhhiopldh |
Description | By Nithin S |
Taille du Fichier | 82.6 KB |
Nombre d'Installations | 215 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2021-03-19 |
Date de Publication | 2021-03-01 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | https://nithins.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/NithinSGowda/Mute-Perfect |
URL de la Page d'Aide | https://github.com/NithinSGowda/Mute-Perfect |
URL de la Page de Politique de Confidentialité | https://nithins.me/nbot/privacyPolicy.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Perfect", "version": "0.1.0", "description": "By Nithin S", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Mute Perfect", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/teams.microsoft.com\/*", "https:\/\/meet.google.com\/*", "https:\/\/*.zoom.us\/*" ], "js": [ "js\/contentscriptMute.js" ], "css": [ "css\/contentStyle.css" ] } ], "permissions": [ "storage" ] } |