Mute Perfect
By Nithin S
What is Mute Perfect?
Mute Perfect is a Chrome extension developed by https://nithins.me, and its main feature is "By Nithin S".
Extension Screenshots
Download Mute Perfect Extension CRX File
Download Mute Perfect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 ]
Extension Basic Information
Name | Mute Perfect |
ID | pboahmednhooeegmdeinbbhnhhiopldh |
Official URL | https://chromewebstore.google.com/detail/mute-perfect/pboahmednhooeegmdeinbbhnhhiopldh |
Description | By Nithin S |
File Size | 82.6 KB |
Installation Count | 215 |
Current Version | 0.1.0 |
Last Updated | 2021-03-19 |
Publish Date | 2021-03-01 |
Rating | 3.86/5 Total 7 Ratings |
Developer | https://nithins.me |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/NithinSGowda/Mute-Perfect |
Help Page URL | https://github.com/NithinSGowda/Mute-Perfect |
Privacy Policy Page URL | https://nithins.me/nbot/privacyPolicy.html |
Supported Languages | 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" ] } |