Download
Install the VibeCheck Chrome extension from the Chrome Web Store or build from source.
Option 1: Chrome Web Store (Recommended)
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
- Clone the repository:
git clone https://github.com/kosbay/vibe-check.git
cd vibe-check- Install dependencies:
yarn install- Build the extension:
cd extension
yarn build- Load in Chrome:
- Open
chrome://extensionsin your browser - Enable Developer mode (toggle in the top-right corner)
- Click Load unpacked
- Select the
extension/dist/chrome-mv3folder
- Open
:::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.