Sound Booster - Boost My Bass

Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.

What is Sound Booster - Boost My Bass?

Sound Booster - Boost My Bass is a Chrome extension developed by https://boostmysound.com, and its main feature is "Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sound Booster - Boost My Bass Extension CRX File

Download Sound Booster - Boost My Bass 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

                        It is a simple and fast way to boost your sound on speakers or headphones. In addition, the sound amplifier helps achieve louder movies, videos, and louder music. Unleash the power of YouTube sound on your browser! Increase the volume to the max level and control it of any tab.

Volume Booster allows you to improve the sound quality in the Chrome browser to get more pleasure from listening to YouTube Music and watching videos. Bass boost to the full. Volume booster boosts by 600%.

It is a free and trusted sound booster extension that lets you separately control sound for any YouTube tab. It is handy when controlling the volume in different browser tabs. For example, you can quickly fade music tracks opened in separate accounts and create other effects.

How to use the sound booster chrome extension:

1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and slide right to boost the sound level.

Listen to your favorite songs/videos on YouTube at maximum volume. Blast out your sound today!                    

Extension Basic Information

Name Sound Booster - Boost My Bass Sound Booster - Boost My Bass
ID plmlopfeeobajiecodiggabcihohcnge
Official URL https://chromewebstore.google.com/detail/sound-booster-boost-my-ba/plmlopfeeobajiecodiggabcihohcnge
Description Boost your video and music volume sound. Increase the volume to the max level and control it of any tab.
File Size 215 KB
Installation Count 982,992
Current Version 3.3.1
Last Updated 2024-01-08
Publish Date 2021-10-11
Rating 4.94/5 Total 1022 Ratings
Developer https://boostmysound.com
Email [email protected]
Payment Type free
Extension Website https://boostmysound.com/
Privacy Policy Page URL https://boostmysound.com/privacy.html
Supported Languages id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,mr,hi,bn,gu,kn-IN,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "3.3.1",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/static\/128.png",
        "64": "assets\/static\/128.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-booster.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*",
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf",
        "*.css"
    ]
}