Extension to automatically mute you when joining meetings and show warning border when unmuted.
All so you don't end up like Shweta 😬
- Automatically mutes you when joining calls
- Automatically connects to computer audio (for Zoom)
- Shows a thick red border when you are unmuted
- Zoom
- Meet
Note: Only web versions are supported
- Webex
- Jitsi meet
- Microsoft teams
Any platform we are missing? Tell us here
npm i
npm run watch
Source files:
- shweta-on-meet.js - Logic for interacting with meet
- shweta-on-zoom.js - Logic for interacting with zoom
npm i
npm run build
MIT License © Bhumij Gupta
Extension icon made by Icons8.
if (repo.isCool() && repo.isHelpful()) {
starRepo();
}
if (repo.hasBug() || user.hasSuggestion()) {
createIssue();
}