Volume Booster

Unleash the power of sound on your browser! Increase volume to max level and control the it of any tab.

Was ist Volume Booster?

Volume Booster ist eine Chrome-Erweiterung, die von Wiz Extensions entwickelt wurde, und ihr Hauptmerkmal ist "Unleash the power of sound on your browser! Increase volume to max level and control the it of any tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Volume Booster-Erweiterungs-CRX-Datei herunterladen

Laden Sie Volume Booster-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 is simple and easy to use application, which Boost your media sound volume more than maximum permitted!

One of the most efficient and practical Sound Booster extensions for Chrome, which allows you to amplify the sound of any video or audio content played in the browser.

Websites are now just ripped apart by media content such as video, music, streaming video and audio, ads. To take control of all this sound, you need a volume control tool with the ability to set individual volume settings for each tab. 

Extension Volume Booster includes:
 ✔️ Level up sound more than 600% from standard sound power.
✔️ Switch off automatically in normal mode.
✔️ Change the volume for each individual tab with sound booster.
✔️ Works great on all popular sites
✔️ Remembers previous sound settings.
✔️ Simple and stylish popup window Volume Booster extension with volume control and list of tabs.

Enjoy listening to your favorite shows, music, and videos with as much as you want! 

Sound Booster displays a volume slider that you may use to change the volume. The icon of the extension indicates the volume level at any time so that you see it at first glance.

How to install Volume Booster? Here are the steps to download and use the sound booster extension: 
 Install the Volume Booster from the download button 
 Pin the Volume booster for quick access
 Play any video or audio
 Enable the extension by clicking on the icon
 Easily adjust volume levels by slider bar                    

Grundlegende Informationen zur Erweiterung

Name Volume Booster Volume Booster
ID babaibcdkkkdlhmbadkhpfaipfijhoeh
Offizielle URL https://chromewebstore.google.com/detail/volume-booster/babaibcdkkkdlhmbadkhpfaipfijhoeh
Beschreibung Unleash the power of sound on your browser! Increase volume to max level and control the it of any tab.
Dateigröße 138 KB
Installationsanzahl 3,302
Aktuelle Version 3.0.0
Letztes Update 2023-05-24
Veröffentlichungsdatum 2021-03-31
Bewertung 4.25/5 Insgesamt 16 Bewertungen
Entwickler Wiz Extensions
E-Mail [email protected]
Zahlungsart free
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,pl,pt-BR,pt-PT,ro,sk,sl,fi,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
{
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon-logo.png",
            "38": "assets\/icon-logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_app_name__"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/libs\/jquery.min.js",
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "128": "assets\/icon-logo.png",
        "16": "assets\/icon-logo.png",
        "32": "assets\/icon-logo.png",
        "48": "assets\/icon-logo.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/injected_content.js",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}