Shweta-no
Shweta-no copied to clipboard
Extension to automatically mute you when joining meetings and show warning border when unmuted. All so you don't end up like Shweta
Shweta No 🤐
Extension to automatically mute you when joining meetings and show warning border when unmuted.
All so you don't end up like Shweta :grimacing:
Install
Features
- Automatically mutes you when joining calls
- Automatically connects to computer audio (for Zoom)
- Shows a thick red border when you are unmuted
Demo
Supported platforms
- [x] Zoom
- [x] Meet
Note: Only web versions are supported
Coming Soon
- [ ] Webex
- [ ] Jitsi meet
- [ ] Microsoft teams
Any platform we are missing? Tell us here
Development
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
Compiling production build
npm i
npm run build
Support
License
MIT License © Bhumij Gupta
Credits
Extension icon made by Icons8.
if (repo.isCool() && repo.isHelpful()) {
starRepo();
}
if (repo.hasBug() || user.hasSuggestion()) {
createIssue();
}