Volume Booster - Increase the volume

All audio streams from the browser are converted to surround sound and increase the volume

What is Volume Booster - Increase the volume?

Volume Booster - Increase the volume is a Chrome extension developed by https://webaudio.online, and its main feature is "All audio streams from the browser are converted to surround sound and increase the volume".

Extension Screenshots

screenshot

Download Volume Booster - Increase the volume Extension CRX File

Download Volume Booster - Increase the volume 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

                        The program utilizes advanced sound processing technology to enhance audio quality and create a more vibrant and immersive atmosphere. Every time you watch a movie on YouTube or other websites, you will enjoy improved sound quality and a more captivating online movie experience.                    

Extension Basic Information

Name Volume Booster - Increase the volume Volume Booster - Increase the volume
ID nhfcdkjfohlhoagdjbnedogpbadhaogc
Official URL https://chromewebstore.google.com/detail/volume-booster-increase-t/nhfcdkjfohlhoagdjbnedogpbadhaogc
Description All audio streams from the browser are converted to surround sound and increase the volume
File Size 96.03 KB
Installation Count 157
Current Version 0.0.9
Last Updated 2024-03-04
Publish Date 2024-01-21
Developer https://webaudio.online
Email [email protected]
Payment Type free
Extension Website https://webaudio.online/
Help Page URL https://t.me/WebaudioOnline
Privacy Policy Page URL https://webaudio.online/politika.html
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.9",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    }
}