Volume Booster Plus

Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.

Was ist Volume Booster Plus?

Volume Booster Plus ist eine Chrome-Erweiterung, die von Volume Booster Plus entwickelt wurde, und ihr Hauptmerkmal ist "Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.".

Erweiterungsscreenshots

screenshot
screenshot

Volume Booster Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Volume Booster Plus-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

                        The Sound Booster extension for Chrome will allow you to boost the volume of your system. It comes with the capability to raise volume levels to 1000%.

Features: 
- Easy toggle ON/OFF switch
- Works on all sites
- Raise system sound up to 1000%
- Feedback sharing system

How to use Volume booster Chrome extension:
1. Install the extension
2. Pin it in the toolbar
3. Click on the extension icon and enable the sound booster.
4. Then, click on the extension icon and slide right to boost the Sound level.                    

Grundlegende Informationen zur Erweiterung

Name Volume Booster Plus Volume Booster Plus
ID aacolnmininhljojiohdbdhjlnaocaai
Offizielle URL https://chromewebstore.google.com/detail/volume-booster-plus/aacolnmininhljojiohdbdhjlnaocaai
Beschreibung Volume Booster Plus will increase the system sound up to 1000% from the maximum sound! Boost audio with sound booster extension.
Dateigröße 55.46 KB
Installationsanzahl 1,354
Aktuelle Version 1.1.0
Letztes Update 2023-06-28
Veröffentlichungsdatum 2023-06-28
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler Volume Booster Plus
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1xcTyl5MSsgV8iKrcf3vTamn4DRaqwDHbDrL9HpuK3iQ
Unterstützte Sprachen 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",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "version": "1.1.0",
    "default_locale": "en",
    "icons": {
        "128": "icon\/logo_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/rumble.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}