VineVolumeFixer

Adjusts vine video volume to a normal level & adds volume controls

Apa itu VineVolumeFixer?

VineVolumeFixer adalah ekstensi Chrome yang dikembangkan oleh micwallace11, dan fitur utamanya adalah "Adjusts vine video volume to a normal level & adds volume controls".

Unduh Berkas CRX Ekstensi VineVolumeFixer

Unduh file ekstensi VineVolumeFixer 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

                        Vine.co videos play way too loud and don't have volume control.

This add-on adjusts vine video volume to a sane level of your choosing.
It also (optionally) adds a volume control & un-mutes the video when playback starts.                    

Informasi Dasar Ekstensi

Nama VineVolumeFixer VineVolumeFixer
ID comphldkanjbmkobkilkkgpmjghkbhlm
URL Resmi https://chrome.google.com/webstore/detail/vinevolumefixer/comphldkanjbmkobkilkkgpmjghkbhlm
Deskripsi Adjusts vine video volume to a normal level & adds volume controls
Ukuran File 5.24 KB
Jumlah Instalasi 36
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2016-02-08
Tanggal Publikasi 2016-02-08
Penilaian 4.25/5 Total 4 Penilaian
Pengembang micwallace11
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VineVolumeFixer",
    "version": "1.0.3",
    "description": "Adjusts vine video volume to a normal level & adds volume controls",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vine.co\/*",
                "*:\/\/*.vine.co\/*"
            ],
            "js": [
                "pagemod.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    }
}