Sound Booster Plus

Take your audio to the next level with SoundBoost - the ultimate volume booster

What is Sound Booster Plus?

Sound Booster Plus is a Chrome extension developed by https://www.boostvolume.net, and its main feature is "Take your audio to the next level with SoundBoost - the ultimate volume booster".

Extension Screenshots

screenshot
screenshot

Download Sound Booster Plus Extension CRX File

Download Sound Booster Plus 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

                        Experience the power of enhanced audio with SoundBoost, the ultimate volume booster for your device. Say goodbye to lackluster sound quality and embrace a more immersive and enjoyable listening experience. 

With our chrome extension, you can effortlessly amplify the volume and enhance the audio clarity, making every moment with your favorite music, videos, and games truly extraordinary. 

Don't settle for quiet and muffled audio any longer – try SoundBoost today and discover a whole new level of sound excellence. Upgrade your audio experience and let SoundBoost transform the way you listen.

To enhance our service and offer you an improved version of the extension with added support for more websites to boost volume, we require access to and collection of data regarding the web pages you visit. Please rest assured that we will not gather any personal or sensitive information. You can choose to opt-in or opt-out, as this is optional.

This data will be used solely for internal purposes.

We want to make it explicitly clear that we have no intention of obtaining information about your identity, preferences, or any personal details about you. This commitment is outlined in our privacy policy.
(https://www.boostvolume.net/privacy-policy/)                    

Extension Basic Information

Name Sound Booster Plus Sound Booster Plus
ID ellknpohdfmlgliafidpblmedakgahkj
Official URL https://chromewebstore.google.com/detail/sound-booster-plus/ellknpohdfmlgliafidpblmedakgahkj
Description Take your audio to the next level with SoundBoost - the ultimate volume booster
File Size 88.41 KB
Installation Count 34,664
Current Version 1.5.0
Last Updated 2023-09-02
Publish Date 2023-06-14
Rating 4.49/5 Total 228 Ratings
Developer https://www.boostvolume.net
Email [email protected]
Payment Type free
Extension Website https://www.boostvolume.net/
Privacy Policy Page URL https://www.boostvolume.net/privacy-policy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "version": "1.5.0",
    "icons": {
        "16": "icon\/icon.png",
        "32": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "icon\/icon.png",
            "38": "icon\/icon.png"
        },
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabCapture",
        "storage",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}