Video Volume Sync

Remember and synchronise the volume for videos on Facebook.

Cos'è Video Volume Sync?

Video Volume Sync è un'estensione di Chrome sviluppata da Nick Waelkens, e la sua funzione principale è "Remember and synchronise the volume for videos on Facebook.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Video Volume Sync

Scarica i file di estensione Video Volume Sync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Video Volume Sync Video Volume Sync
ID anajobmkmeloldjnafmhbkpbfikmoeab
URL Ufficiale https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab
Descrizione Remember and synchronise the volume for videos on Facebook.
Dimensione del File 12.31 KB
Conteggio Installazioni 560
Versione Corrente 0.0.6
Ultimo Aggiornamento 2019-10-25
Data di Pubblicazione 2019-10-25
Valutazione 3.73/5 Totale 15 Valutazioni
Sviluppatore Nick Waelkens
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nickwaelkens/video-volume-sync
URL della Pagina di Aiuto https://github.com/nickwaelkens/video-volume-sync/issues
Lingue Supportate 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"
            ]
        }
    ]
}