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

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

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.