https://github.com/bhumijgupta/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
https://github.com/bhumijgupta/shweta-no
addon browser-extension chrome-extension extension firefox-addon google-meet-extension meeting meeting-mute mic mic-mute microphone microphone-mute mute shweta zoom-meetings zoom-meetings-extension
Last synced: about 1 month ago
JSON representation
Extension to automatically mute you when joining meetings and show warning border when unmuted. All so you don't end up like Shweta
- Host: GitHub
- URL: https://github.com/bhumijgupta/shweta-no
- Owner: bhumijgupta
- License: mit
- Created: 2021-02-19T15:29:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T12:22:35.000Z (over 4 years ago)
- Last Synced: 2025-04-02T22:22:25.890Z (3 months ago)
- Topics: addon, browser-extension, chrome-extension, extension, firefox-addon, google-meet-extension, meeting, meeting-mute, mic, mic-mute, microphone, microphone-mute, mute, shweta, zoom-meetings, zoom-meetings-extension
- Language: JavaScript
- Homepage:
- Size: 722 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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
[link-chrome]: https://chrome.google.com/webstore/detail/shweta-no/pfhnjonjbjbhhlfkecdgghlkgkpbnocm "Version published on Chrome Web Store"
[link-firefox]: https://addons.mozilla.org/en-GB/firefox/addon/shweta-no/ "Version published on Mozilla Add-ons"[
][link-chrome] [
][link-chrome] also compatible with [
][link-chrome] [
][link-chrome]
[
][link-firefox] [
][link-firefox]
## Features
1. Automatically mutes you when joining calls
2. Automatically connects to computer audio (for Zoom)
3. 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 teamsAny platform we are missing? [Tell us here](https://github.com/bhumijgupta/Shweta-no/issues/new)
## Development
```
npm i
npm run watch
```Source files:
1. [shweta-on-meet.js](./source/shweta-on-meet.js) - Logic for interacting with meet
2. [shweta-on-zoom.js](./source/shweta-on-meet.js) - Logic for interacting with zoom### Compiling production build
```
npm i
npm run build
```## Support
## License
[MIT License](./LICENSE) © Bhumij Gupta
## Credits
[Extension icon](https://icons8.com/icons/set/no-microphone) made by [Icons8](https://icons8.com).
---
```javascript
if (repo.isCool() && repo.isHelpful()) {
starRepo();
}
if (repo.hasBug() || user.hasSuggestion()) {
createIssue();
}
```