https://github.com/fourstepper/zoom-join-from-browser-firefox-extension
https://github.com/fourstepper/zoom-join-from-browser-firefox-extension
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fourstepper/zoom-join-from-browser-firefox-extension
- Owner: fourstepper
- License: mit
- Created: 2025-03-19T12:49:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T12:50:03.000Z (over 1 year ago)
- Last Synced: 2025-08-08T12:17:49.308Z (11 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zoom Browser Join
A Firefox extension that automatically selects "Join this meeting in the browser" when joining Zoom meetings. Mostly generated by AI.
## Features
- Automatically selects browser join option on Zoom meeting pages
- Works without user interaction
- Clean, minimal interface
## Installation
1. Clone this repository
2. Open Firefox and navigate to `about:debugging`
3. Click "This Firefox" on the left sidebar
4. Click "Load Temporary Add-on"
5. Select the `manifest.json` file from this directory
## How It Works
The extension automatically detects when you're on a Zoom meeting page and selects the browser join option. No configuration or user interaction is required.
## Files
- `manifest.json`: Extension configuration
- `content.js`: Handles automatic browser join selection
- `popup.html/js`: Simple status display
- `background.js`: Background script for extension functionality
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.