Volume Booster - Increase the volume

All audio streams from the browser are converted to surround sound and increase the volume

Qu'est-ce que Volume Booster - Increase the volume ?

Volume Booster - Increase the volume est une extension Chrome développée par https://webaudio.online, et sa fonction principale est "All audio streams from the browser are converted to surround sound and increase the volume".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Volume Booster - Increase the volume

Téléchargez les fichiers d'extension Volume Booster - Increase the volume 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

                        The program utilizes advanced sound processing technology to enhance audio quality and create a more vibrant and immersive atmosphere. Every time you watch a movie on YouTube or other websites, you will enjoy improved sound quality and a more captivating online movie experience.                    

Informations de Base sur l'Extension

Nom Volume Booster - Increase the volume Volume Booster - Increase the volume
ID nhfcdkjfohlhoagdjbnedogpbadhaogc
URL Officiel https://chromewebstore.google.com/detail/volume-booster-increase-t/nhfcdkjfohlhoagdjbnedogpbadhaogc
Description All audio streams from the browser are converted to surround sound and increase the volume
Taille du Fichier 96.03 KB
Nombre d'Installations 157
Version Actuelle 0.0.9
Dernière Mise à Jour 2024-03-04
Date de Publication 2024-01-21
Développeur https://webaudio.online
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webaudio.online/
URL de la Page d'Aide https://t.me/WebaudioOnline
URL de la Page de Politique de Confidentialité https://webaudio.online/politika.html
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,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",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.0.9",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabCapture"
    ],
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "match_origin_as_fallback": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    }
}