Volume Booster - Increase Sound Effect

Easy-to-use sound booster with volume control. Amplify sound volume by up to 600%.

What is Volume Booster - Increase Sound Effect?

Volume Booster - Increase Sound Effect is a Chrome extension developed by https://volumeboooster.com, and its main feature is "Easy-to-use sound booster with volume control. Amplify sound volume by up to 600%.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Volume Booster - Increase Sound Effect Extension CRX File

Download Volume Booster - Increase Sound Effect 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 Amplifier helps you if the song or video is too quiet even on the maximum. With our volume booster, you can increase the volume up to +600%. Also, modern websites are crowded with media content such as video, music, streaming video, audio, and ads. To take control of all this sound, you need a volume control tool with the ability to set individual volume settings for each tab.

Fell the real difference with the new and amazing sound booster. You'll notice a remarkable improvement in the sound on your pc. Volume amplifier is a simple and pretty useful application for the google chrome browser. It'll come in handy for those, who want to increase the volume of audio or video on their devices. You will be pleasantly surprised by how easy it is to use the extension. 

Volume booster allows you to manage the volume level of multiple chrome tabs in a simple manner. If you have recently noticed, that your devices can`t provide the sound level you need, install a sound booster to fix the problem. 

Features: 

- Increase volume above maximum - you can amplify up to 600% of the sound of any media files in the browser.

- Very easy to use - you can control the volume of any tab with the slider in your browser. 

- Switch to any tab playing audio with just one click.


WARNING

We are not responsible for anything that might happen to your speakers or another audio device! Do not listen at full sound volume or with a bass boost for too long. This can be harmful to your speakers. Use it wisely!

We hope you find our Volume Booster useful! We are waiting for your feedback and ratings!                    

Extension Basic Information

Name Volume Booster - Increase Sound Effect Volume Booster - Increase Sound Effect
ID laldfbfjhaogodemgonegbingpmjldnh
Official URL https://chromewebstore.google.com/detail/volume-booster-increase-s/laldfbfjhaogodemgonegbingpmjldnh
Description Easy-to-use sound booster with volume control. Amplify sound volume by up to 600%.
File Size 206 KB
Installation Count 10,000
Current Version 1.0.6
Last Updated 2024-02-20
Publish Date 2022-12-28
Rating 4.57/5 Total 21 Ratings
Developer https://volumeboooster.com
Email [email protected]
Payment Type free
Extension Website https://volumeboooster.com/
Privacy Policy Page URL https://volumeboooster.com/privacy.html
Supported Languages id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.6",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "icons\/logo-32.png",
        "64": "icons\/logo-64.png",
        "128": "icons\/logo-128.png"
    },
    "permissions": [
        "storage",
        "tabCapture",
        "system.display",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}