Automatically closes Zoom post-attendee pages after leaving a meeting, helping you stay productive and clutter-free.
- Automatically closes Zoom post-attendee and post-meeting pages
- Works on both Chrome and Firefox
- Lightweight and fast
- Privacy-focused (no data collection)
- Open source
- Open Chrome and navigate to chrome://extensions/
- Enable Developer mode in the top right corner
- Click Load unpacked
- Select the
goodzoomfolder - The extension is now active
- Open Firefox and navigate to about:debugging
- Click This Firefox in the left sidebar
- Click Load Temporary Add-on
- Select the
manifest.jsonfile in thegoodzoomfolder - The extension is now active
This extension does not collect, store, or transmit any personal data. It only interacts with Zoom's post-meeting URLs to automatically close them.
tabs: Required to close tabs from the background script (browser security preventswindow.close()from closing tabs not opened by the script)host_permissions:*://*.zoom.us/*- Only accesses Zoom URLs
# Clone the repository
git clone https://github.com/goodzoom/extension.git
cd goodzoom
# Make changes to any file
# Reload the extension in your browser to test- Zip the contents of the
goodzoomfolder - Go to Chrome Developer Dashboard
- Upload and publish
- Zip the contents of the
goodzoomfolder - Go to Firefox Add-ons Developer Hub
- Submit your extension
MIT License - see LICENSE for details.
Contributions are welcome! Please open an issue or submit a pull request.