Sound Booster Plus

Take your audio to the next level with SoundBoost - the ultimate volume booster

Qu'est-ce que Sound Booster Plus ?

Sound Booster Plus est une extension Chrome développée par https://www.boostvolume.net, et sa fonction principale est "Take your audio to the next level with SoundBoost - the ultimate volume booster".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sound Booster Plus

Téléchargez les fichiers d'extension Sound Booster Plus 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

                        Experience the power of enhanced audio with SoundBoost, the ultimate volume booster for your device. Say goodbye to lackluster sound quality and embrace a more immersive and enjoyable listening experience. 

With our chrome extension, you can effortlessly amplify the volume and enhance the audio clarity, making every moment with your favorite music, videos, and games truly extraordinary. 

Don't settle for quiet and muffled audio any longer – try SoundBoost today and discover a whole new level of sound excellence. Upgrade your audio experience and let SoundBoost transform the way you listen.

To enhance our service and offer you an improved version of the extension with added support for more websites to boost volume, we require access to and collection of data regarding the web pages you visit. Please rest assured that we will not gather any personal or sensitive information. You can choose to opt-in or opt-out, as this is optional.

This data will be used solely for internal purposes.

We want to make it explicitly clear that we have no intention of obtaining information about your identity, preferences, or any personal details about you. This commitment is outlined in our privacy policy.
(https://www.boostvolume.net/privacy-policy/)                    

Informations de Base sur l'Extension

Nom Sound Booster Plus Sound Booster Plus
ID ellknpohdfmlgliafidpblmedakgahkj
URL Officiel https://chromewebstore.google.com/detail/sound-booster-plus/ellknpohdfmlgliafidpblmedakgahkj
Description Take your audio to the next level with SoundBoost - the ultimate volume booster
Taille du Fichier 88.41 KB
Nombre d'Installations 34,664
Version Actuelle 1.5.0
Dernière Mise à Jour 2023-09-02
Date de Publication 2023-06-14
Évaluation 4.49/5 Total 228 Évaluations
Développeur https://www.boostvolume.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.boostvolume.net/
URL de la Page de Politique de Confidentialité https://www.boostvolume.net/privacy-policy
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "version": "1.5.0",
    "icons": {
        "16": "icon\/icon.png",
        "32": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "icon\/icon.png",
            "38": "icon\/icon.png"
        },
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabCapture",
        "storage",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}