Download

Install the VibeCheck Chrome extension from the Chrome Web Store or build from source.

Install VibeCheck from Chrome Web Store

Click the link above and then click Add to Chrome to install the extension.

The VibeCheck icon will appear in your browser toolbar. Click the puzzle piece icon and pin VibeCheck for quick access.

Option 2: Build from source

Build locally to get the latest features before they hit the Chrome Web Store.

Prerequisites

Steps

  1. Clone the repository:
git clone https://github.com/kosbay/vibe-check.git
cd vibe-check
  1. Install dependencies:
yarn install
  1. Build the extension:
cd extension
yarn build
  1. Load in Chrome:
    • Open chrome://extensions in your browser
    • Enable Developer mode (toggle in the top-right corner)
    • Click Load unpacked
    • Select the extension/dist/chrome-mv3 folder

:::note Locally built extensions show a "Developer mode" banner on launch. This is normal and does not affect functionality. :::

Verifying installation

After loading the extension, click the VibeCheck icon. You should see:

  • A Sign in with Google button (if not signed in yet)
  • After signing in: your Google avatar, recording buttons, and usage counter
  • The version number at the bottom of the popup

You can check the Changelog to see what's new in each release.