Volume Booster - Sound & Bass boost

Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.

What is Volume Booster - Sound & Bass boost?

Volume Booster - Sound & Bass boost is a Chrome extension developed by VolumeApp, and its main feature is "Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Volume Booster - Sound & Bass boost Extension CRX File

Download Volume Booster - Sound & Bass boost 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 feature allows you to enhance the audio quality while using the Chrome browser, enabling you to have a more enjoyable experience while listening to music on YouTube or watching videos. This booster can amplify the bass to its fullest and increase the volume by 600%. 

A Stylish Sound Booster pop-up appears on your screen with a volume switch, displaying a list of tabs currently playing audio content. You can adjust the sound levels in the current web tab using the slider. 

This extension can significantly enhance the sound quality of your browser, and you can use the volume booster on your preferred websites. 

Audio volume booster works great on all popular sites: FB, Twitch, Deezer and other sites. Use it as a flexible YouTube equalizer when watching videos, or adjust sound effect levels to bring out your favorite songs to the fullest.

Sound Booster is a user-friendly and practical tool for enhancing the audio quality of your favorite songs. By utilizing the equalizer, you can enjoy the benefits of this tool and experience excellent sound quality.

Volume Control 
Take control over all that audio you need a power volume adjust tool with the ability to set individual volume settings for each tab. To solve that task we developed our audio volume control extension. 

Equalizer
Audio Equalizer is a lite extension that let you easily adjust audio settings (the balance between frequency components in an audio file) from a toolbar popup. Equalizer for Youtube.

Bass Booster makes videos, songs, movies and more sound awesome by boosting your speakers or headphones.

Bass Boost is a simple to use Audio Equalizer that's got several settings to make Videos, Music, Movies, Gameplay, Anime and more sound incredible at the click of a button. It's like having expensive headphones/speakers for completely free, so download it now!

We hope you find our tool beneficial, and we eagerly await your feedback and ratings. If you encounter any issues or face any problems while using it, please contact us for assistance.                    

Extension Basic Information

Name Volume Booster - Sound & Bass boost Volume Booster - Sound & Bass boost
ID ebpckmjdefimgaenaebngljijofojncm
Official URL https://chromewebstore.google.com/detail/volume-booster-sound-bass/ebpckmjdefimgaenaebngljijofojncm
Description Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.
File Size 404 KB
Installation Count 1,267,290
Current Version 0.0.5
Last Updated 2024-02-13
Publish Date 2023-05-12
Rating 4.82/5 Total 388 Ratings
Developer VolumeApp
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/volume-boosts/privacy-policy
Supported Languages id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-BR,ro,sk,sl,fi,sv,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",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "0.0.5",
    "icons": {
        "16": "assets\/icons\/logo.png",
        "32": "assets\/icons\/logo.png",
        "48": "assets\/icons\/logo.png",
        "128": "assets\/icons\/logo.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icons\/logo.png",
            "38": "assets\/icons\/logo.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/visualizer.js"
            ],
            "css": [
                "assets\/css\/visualizer.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}