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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 😬

Install

Chrome also compatible with Edge Opera

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

Supported platforms

  • Zoom
  • 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:

  1. shweta-on-meet.js - Logic for interacting with meet
  2. shweta-on-zoom.js - Logic for interacting with zoom

Compiling production build

npm i
npm run build

Support

Buy Me A Coffee

License

MIT License © Bhumij Gupta

Credits

Extension icon made by Icons8.


if (repo.isCool() && repo.isHelpful()) {
  starRepo();
}
if (repo.hasBug() || user.hasSuggestion()) {
  createIssue();
}

About

Extension to automatically mute you when joining meetings and show warning border when unmuted. All so you don't end up like Shweta

License:MIT License


Languages

Language:JavaScript 100.0%