# chrome-volume-manager
**Repository Path**: uid/chrome-volume-manager
## Basic Information
- **Project Name**: chrome-volume-manager
- **Description**: Forked from https://github.com/piousdeer/chrome-volume-manager
- **Primary Language**: TypeScript
- **License**: ISC
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-01-25
- **Last Updated**: 2024-10-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Volume Manager
A simple Chrome extension to control any tab's volume separately.
* Click on the extension icon and drag the slider to adjust the volume of the active tab
* You can reduce its volume down to 0% and boost it up to 600%
* The current volume is displayed as a badge next to the icon
There are several similar extensions. However, they're either filled with telemetry and analytics, or their UI sucks.
# Usage
This extension is not in Chrome Web Store yet; you have to build it yourself.
1. Clone this repository
2. Run `npm install && npm run build`
3. Go to `chrome://extensions/`, enable developer mode and load `dist` folder as an unpacked extension