Infinite Volume Booster

Infinite boost any tab's volume separately

Was ist Infinite Volume Booster?

Infinite Volume Booster ist eine Chrome-Erweiterung, die von Steve Tueno entwickelt wurde, und ihr Hauptmerkmal ist "Infinite boost any tab's volume separately".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Infinite Volume Booster-Erweiterungs-CRX-Datei herunterladen

Laden Sie Infinite 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

                        This extension enable, virtually, infinite boost of any sound played within a chrome browser tab. 
 Whether a Youtube video, a Webex meet or a Spotify/Deezer audio track, boost sound volume as you want simply by clicking on extension icon and sliding right or left.
You can also reduce a specific tab sound or mute it if you want.

v1.1.1: addition of quick access buttons

v1.2.0-1.2.5: major UI adjustments                    

Grundlegende Informationen zur Erweiterung

Name Infinite Volume Booster Infinite Volume Booster
ID nipbnfmgpgcabijookcnoienpfodnmhc
Offizielle URL https://chromewebstore.google.com/detail/infinite-volume-booster/nipbnfmgpgcabijookcnoienpfodnmhc
Beschreibung Infinite boost any tab's volume separately
Dateigröße 3.58 MB
Installationsanzahl 40,999
Aktuelle Version 1.2.5
Letztes Update 2023-04-08
Veröffentlichungsdatum 2020-12-28
Bewertung 4.10/5 Insgesamt 40 Bewertungen
Entwickler Steve Tueno
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Infinite Volume Booster",
    "version": "1.2.5",
    "description": "Infinite boost any tab's volume separately",
    "permissions": [
        "activeTab",
        "tabCapture"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "512": "icon.png"
    }
}