Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 853 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 853 Bytes

google-meet-volume-control

Allows a global volume to be set for all Meet participants (client side)

Installation with Chrome Web Store

Visit the Chrome Web Store Listing

Manual Installation from Releases

Visit the Releases Page and follow the provided instructions

Manual Build & Installation

With Nix (Firefox only)

  1. Run nix build
  2. Load addon from ./result/extension/meet-volume-control.zip

Manually

  1. Install dependencies with npm install
  2. Build for your browser with npm run build:firefox or npm run build:chrome
  3. Pack into zip with npm run pack
  4. Load addon from ./ext-out/meet-volume-control.zip