Volume Adjuster

Used to adjust the volume of html audio/video tags

Apa itu Volume Adjuster?

Volume Adjuster adalah ekstensi Chrome yang dikembangkan oleh giomrella, dan fitur utamanya adalah "Used to adjust the volume of html audio/video tags".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Volume Adjuster

Unduh file ekstensi Volume Adjuster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Volume Adjuster Volume Adjuster
ID jodboiahhplamjcpimpdbealafbjcjab
URL Resmi https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab
Deskripsi Used to adjust the volume of html audio/video tags
Ukuran File 16.17 KB
Jumlah Instalasi 141
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2020-12-11
Tanggal Publikasi 2020-12-11
Pengembang giomrella
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/giomrella/volume-adjuster-extension
Bahasa yang Didukung 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"
    }
}