Chrome Extensions is a collection of WebRTC-focused Chrome extension examples from Muaz Khan. It includes extensions for recording screens, sharing desktops, sharing application windows, capturing YouTube audio, and related browser media workflows. The repository is organized as a set of small extension projects rather than one single application. Developers can study the source code to understand Chrome extension permissions, desktop capture behavior, and WebRTC media integration. Some entries link to Chrome Web Store installs, while the repository itself provides the implementation code. It is useful as a practical reference for browser-based screen capture, media sharing, and extension-powered WebRTC experiments.
Features
- WebRTC Chrome extension examples
- Screen recording extension
- Desktop and app sharing extension
- YouTube audio capture workflows
- Browser media capture references
- MIT-licensed sample code