Video Volume Sync

Remember and synchronise the volume for videos on Facebook.

Apa itu Video Volume Sync?

Video Volume Sync adalah ekstensi Chrome yang dikembangkan oleh Nick Waelkens, dan fitur utamanya adalah "Remember and synchronise the volume for videos on Facebook.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Volume Sync

Unduh file ekstensi Video Volume Sync 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

                        Don't you just hate the fact Facebook videos are always playing on 100% volume? I do, especially when wearing headphones. This tiny extension fixes just that and adds the functionality we all know and love from YouTube, Soundcloud and many others. Whenever you change the volume of a video on Facebook, it will make sure every other video will have the same volume, even after restarting your browser.                    

Informasi Dasar Ekstensi

Nama Video Volume Sync Video Volume Sync
ID anajobmkmeloldjnafmhbkpbfikmoeab
URL Resmi https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab
Deskripsi Remember and synchronise the volume for videos on Facebook.
Ukuran File 12.31 KB
Jumlah Instalasi 560
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2019-10-25
Tanggal Publikasi 2019-10-25
Penilaian 3.73/5 Total 15 Penilaian
Pengembang Nick Waelkens
Tipe Pembayaran free
Situs Ekstensi https://github.com/nickwaelkens/video-volume-sync
URL Halaman Bantuan https://github.com/nickwaelkens/video-volume-sync/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Volume Sync",
    "version": "0.0.6",
    "description": "Remember and synchronise the volume for videos on Facebook.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "manifest.js",
                "app.js"
            ]
        }
    ]
}