An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Shweta No extension icon


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"

[Chrome][link-chrome] [][link-chrome] also compatible with [Edge][link-chrome] [Opera][link-chrome]

[Firefox][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

![Demo on zoom](./media/demo.gif)

## 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](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

Buy Me A Coffee

## 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();
}
```