Volume Booster - Sound & Bass boost

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

Qu'est-ce que Volume Booster - Sound & Bass boost ?

Volume Booster - Sound & Bass boost est une extension Chrome développée par VolumeApp, et sa fonction principale est "Volume booster that improve your sound system! Increase volume and bass booster, equalizer. Volume control for Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Volume Booster - Sound & Bass boost

Téléchargez les fichiers d'extension Volume Booster - Sound & Bass boost au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Volume Booster - Sound & Bass boost Volume Booster - Sound & Bass boost
ID ebpckmjdefimgaenaebngljijofojncm
URL Officiel 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.
Taille du Fichier 404 KB
Nombre d'Installations 1,267,290
Version Actuelle 0.0.5
Dernière Mise à Jour 2024-02-13
Date de Publication 2023-05-12
Évaluation 4.82/5 Total 388 Évaluations
Développeur VolumeApp
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/volume-boosts/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}