Volume booster - Volumax

Volume booster extension can increase audio volume above maximum.

What is Volume booster - Volumax?

Volume booster - Volumax is a Chrome extension developed by margaretafossb70, and its main feature is "Volume booster extension can increase audio volume above maximum.".

Extension Screenshots

screenshot
screenshot

Download Volume booster - Volumax Extension CRX File

Download Volume booster - Volumax 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

                        Features:
- Sound boost up to 600%
- Apply to the specific tab, specific domain, or globally
- Prevent sound distortion (Doesn’t work on any hardware)                    

Extension Basic Information

Name Volume booster - Volumax Volume booster - Volumax
ID ioklejjbhddpcdgmpcnnpaoopkcegopp
Official URL https://chromewebstore.google.com/detail/volume-booster-volumax/ioklejjbhddpcdgmpcnnpaoopkcegopp
Description Volume booster extension can increase audio volume above maximum.
File Size 834 KB
Installation Count 1,475
Current Version 1.0.1
Last Updated 2022-09-18
Publish Date 2022-09-18
Rating 5.00/5 Total 1 Ratings
Developer margaretafossb70
Email [email protected]
Payment Type free
Privacy Policy Page URL https://extensiondock.com/privacy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/volumx\/ioklejjbhddpcdgmpcnnpaoopkcegopp",
    "description": "__MSG_appDescription__",
    "default_locale": "zh_CN",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appTitle__",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/audio_control.css"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ]
}