Volume Adjuster

Used to adjust the volume of html audio/video tags

Vad är Volume Adjuster?

Volume Adjuster är en Chrome-tillägg utvecklad av giomrella, och dess huvudfunktion är "Used to adjust the volume of html audio/video tags".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Volume Adjuster-förlängningens CRX-fil

Ladda ner Volume Adjuster-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
Officiell webbadress https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
Beskrivning Used to adjust the volume of html audio/video tags
Filstorlek 16.17 KB
Antal Installationer 141
Aktuell Version 0.0.0.1
Senast Uppdaterad 2020-12-11
Publiceringsdatum 2020-12-11
Utvecklare giomrella
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/giomrella/volume-adjuster-extension
Stödda Språk 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"
    }
}