Volume Booster

Volume Booster increases your volume. Sound booster at new level.

What is Volume Booster?

Volume Booster is a Chrome extension developed by Web Tools, and its main feature is "Volume Booster increases your volume. Sound booster at new level.".

Extension Screenshots

screenshot
screenshot

Download Volume Booster Extension CRX File

Download Volume Booster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Volume Booster increases your volume in tab. Sound booster at new level. You can boost your volume for Youtube Videos and Youtube Music. Extension can be used on all sites. 

This extension works as toggle:
 1. Click to boost the volume.
 2. Indicator will show the multiplier that is applied to your volume.
 3. Click again to increase it.

Volume Booster cotains preinstalled 3 standard presets:
 1 - Normal  
 2 - High
 3 - Very high

Make awesome sound booster from your browser. Thank you for using this Volume Booster and good rating. I will answer any questions.                    

Extension Basic Information

Name Volume Booster Volume Booster
ID nolbmjhicibknokpnbdaleabonbmioil
Official URL https://chromewebstore.google.com/detail/volume-booster/nolbmjhicibknokpnbdaleabonbmioil
Description Volume Booster increases your volume. Sound booster at new level.
File Size 14.48 KB
Installation Count 5,646
Current Version 1.0.0
Last Updated 2021-06-22
Publish Date 2021-06-22
Rating 4.17/5 Total 12 Ratings
Developer Web Tools
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volume Booster",
    "description": "Volume Booster increases your volume. Sound booster at new level.",
    "version": "1.0.0",
    "icons": {
        "16": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}