Volume Adjuster

Used to adjust the volume of html audio/video tags

Wat is Volume Adjuster?

Volume Adjuster is een Chrome-extensie ontwikkeld door giomrella, en de belangrijkste functie is "Used to adjust the volume of html audio/video tags".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Volume Adjuster

Download Volume Adjuster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
Officiële URL https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
Beschrijving Used to adjust the volume of html audio/video tags
Bestandsgrootte 16.17 KB
Aantal Installaties 141
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2020-12-11
Publicatiedatum 2020-12-11
Ontwikkelaar giomrella
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/giomrella/volume-adjuster-extension
Ondersteunde Talen 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"
    }
}