Skip to content

Coderantine/VirtualBackgroundsForWeb

Repository files navigation

Virtual backgrounds for Google Meet

Allows to use images as a background during Google Meet calls

Development

Ensure you have

  • Node.js 10 or later installed
  • Yarn v1 or v2 installed

Then run the following:

  • yarn install to install dependencies.

  • yarn run dev:chrome to start the development server for chrome extension

  • yarn run build:chrome to build chrome extension

  • Load extension in browser

  • Go to the browser address bar and type chrome://extensions

  • Check the Developer Mode button to enable it.

  • Click on the Load Unpacked Extension… button.

  • Select your extension’s extracted directory.