Volume Booster - Sound & Bass boost

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

Was ist Volume Booster - Sound & Bass boost?

Volume Booster - Sound & Bass boost ist eine Chrome-Erweiterung, die von VolumeApp entwickelt wurde, und ihr Hauptmerkmal ist "Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Volume Booster - Sound & Bass boost-Erweiterungs-CRX-Datei herunterladen

Laden Sie Volume Booster - Sound & Bass boost-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Volume Booster - Sound & Bass boost Volume Booster - Sound & Bass boost
ID ebpckmjdefimgaenaebngljijofojncm
Offizielle URL https://chromewebstore.google.com/detail/volume-booster-sound-bass/ebpckmjdefimgaenaebngljijofojncm
Beschreibung Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.
Dateigröße 404 KB
Installationsanzahl 1,267,290
Aktuelle Version 0.0.5
Letztes Update 2024-02-13
Veröffentlichungsdatum 2023-05-12
Bewertung 4.82/5 Insgesamt 388 Bewertungen
Entwickler VolumeApp
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/volume-boosts/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}