Volume booster - Volumax

Volume booster extension can increase audio volume above maximum.

Cos'è Volume booster - Volumax?

Volume booster - Volumax è un'estensione di Chrome sviluppata da margaretafossb70, e la sua funzione principale è "Volume booster extension can increase audio volume above maximum.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Volume booster - Volumax

Scarica i file di estensione Volume booster - Volumax in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Features:
- Sound boost up to 600%
- Apply to the specific tab, specific domain, or globally
- Prevent sound distortion (Doesn’t work on any hardware)                    

Informazioni di Base sull'Estensione

Nome Volume booster - Volumax Volume booster - Volumax
ID ioklejjbhddpcdgmpcnnpaoopkcegopp
URL Ufficiale https://chromewebstore.google.com/detail/volume-booster-volumax/ioklejjbhddpcdgmpcnnpaoopkcegopp
Descrizione Volume booster extension can increase audio volume above maximum.
Dimensione del File 834 KB
Conteggio Installazioni 1,475
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-09-18
Data di Pubblicazione 2022-09-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore margaretafossb70
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://extensiondock.com/privacy
Lingue Supportate id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,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,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/volumx\/ioklejjbhddpcdgmpcnnpaoopkcegopp",
    "description": "__MSG_appDescription__",
    "default_locale": "zh_CN",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appTitle__",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/audio_control.css"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ]
}