Infinite Volume Booster

Infinite boost any tab's volume separately

Qu'est-ce que Infinite Volume Booster ?

Infinite Volume Booster est une extension Chrome développée par Steve Tueno, et sa fonction principale est "Infinite boost any tab's volume separately".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Infinite Volume Booster

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

                        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                    

Informations de Base sur l'Extension

Nom Infinite Volume Booster Infinite Volume Booster
ID nipbnfmgpgcabijookcnoienpfodnmhc
URL Officiel https://chromewebstore.google.com/detail/infinite-volume-booster/nipbnfmgpgcabijookcnoienpfodnmhc
Description Infinite boost any tab's volume separately
Taille du Fichier 3.58 MB
Nombre d'Installations 40,999
Version Actuelle 1.2.5
Dernière Mise à Jour 2023-04-08
Date de Publication 2020-12-28
Évaluation 4.10/5 Total 40 Évaluations
Développeur Steve Tueno
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}