This Chrome extension automatically detects when ads start and end, adjusting the volume to a user-defined level. By allowing users to set a specific volume for ads, it creates a consistent and comfortable listening experience without sudden loud interruptions. Ads often play at a higher volume than regular videos, which can be quite annoying. This discrepancy in volume levels inspired the development of this extension. Additionally, by not blocking ads, the extension supports creators and channels, helping them continue to receive ad revenue while maintaining a pleasant experience for users.
- 🔊 Set volume levels for ads
- 🔄 Automatically restores original volume when ads end
- 🎯 Works only on YouTube domains
- 🖥️ Simple, clean popup interface
- 📊 Development panel for real-time volume monitoring (Ctrl+Shift+D)
- Clone this repository
- Open Chrome and navigate to
chrome://extensions
- Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the extension directory
- Click the extension icon in your Chrome toolbar when on YouTube
- Use the slider to set your preferred ad volume level (0-100%)
- The extension will automatically:
- Detect when ads start playing
- Lower the volume to your specified ad volume
- Restore the original volume when the ad ends
Press Ctrl+Shift+D
while on YouTube to toggle the developer panel, which shows:
- Current video volume
- Current ad volume settings
- Development mode status
You can view our privacy policy here.
MIT License