Volume Adjuster

Used to adjust the volume of html audio/video tags

Cos'è Volume Adjuster?

Volume Adjuster è un'estensione di Chrome sviluppata da giomrella, e la sua funzione principale è "Used to adjust the volume of html audio/video tags".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Volume Adjuster

Scarica i file di estensione Volume Adjuster 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

                        A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!                    

Informazioni di Base sull'Estensione

Nome Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
URL Ufficiale https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
Descrizione Used to adjust the volume of html audio/video tags
Dimensione del File 16.17 KB
Conteggio Installazioni 141
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2020-12-11
Data di Pubblicazione 2020-12-11
Sviluppatore giomrella
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/giomrella/volume-adjuster-extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Volume Adjuster",
    "description": "Used to adjust the volume of html audio\/video tags",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "volume.png"
        }
    },
    "manifest_version": 2,
    "version": "0.0.0.1",
    "icons": {
        "48": "volume.png"
    }
}