This Chromium extension improves your experience on CooMeet's free video chat service by helping you identify which users are real people and which are likely bots.
Originally part of the larger Videochat Extension project, this functionality was moved into its own dedicated extension with several enhancements. This separation occurred when the main Videochat Extension project changed direction to focus on general WebRTC monitoring rather than site-specific improvements.
This extension is distributed under the MIT open source license, even though the main Videochat Extension project has since become closed-source with a completely new codebase.
- 🤖 Bot Detection: Automatically identifies potential bot accounts
- 🚫 Auto-Hide: Option to automatically hide video feed from suspected bots
- 🔇 Auto-Mute: Option to automatically mute audio when bots are detected
- 🌎 Country Detection: Shows the country of your chat partner
- ✨ Minor Improvements: Various small enhancements
- 👁️ Alternative Mode: Backup UI that is more resilient to website changes
- free.coomeet.com
- rusvideochat.ru
- video-roulette24.ru
- chatroulette.msk.ru
- Install from Chrome Web Store
- Visit any supported video chat site
- Accept the extension's terms when prompted
- The extension will automatically start monitoring video chats
- Use the eye icon (👁️) in the top right to open alternative mode, which is more resilient to website changes
- Bot status and country information will be displayed on the interface, everything is pretty much self-explanatory
- Node.js and npm installed
- Chromium-based browser for testing
# Install dependencies
npm install
# Build for Chrome production
npm run ext:chrome
# Build for Chrome development
npm run ext:chrome-dev
# Build for Chrome development with watch mode
npm run ext:chrome-dev-watch
Build outputs will be created in:
- Production:
webpack_builds/release_chrome/
- Development:
webpack_builds/dist_chrome/
- Open your Chromium-based browser and navigate to
chrome://extensions/
. - Enable "Developer mode" using the toggle in the top-right corner.
- Click "Load unpacked" and select the desired build output directory:
- For Production:
webpack_builds/release_chrome/
- For Development:
webpack_builds/dist_chrome/
- For Production:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
This extension is provided "as is", without warranty of any kind. Any consequences of using it are your own responsibility.
If you encounter any issues, please create an issue on GitHub.