Video Volume Sync

Remember and synchronise the volume for videos on Facebook.

Qu'est-ce que Video Volume Sync ?

Video Volume Sync est une extension Chrome développée par Nick Waelkens, et sa fonction principale est "Remember and synchronise the volume for videos on Facebook.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Video Volume Sync

Téléchargez les fichiers d'extension Video Volume Sync au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Video Volume Sync Video Volume Sync
ID anajobmkmeloldjnafmhbkpbfikmoeab
URL Officiel https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab
Description Remember and synchronise the volume for videos on Facebook.
Taille du Fichier 12.31 KB
Nombre d'Installations 560
Version Actuelle 0.0.6
Dernière Mise à Jour 2019-10-25
Date de Publication 2019-10-25
Évaluation 3.73/5 Total 15 Évaluations
Développeur Nick Waelkens
Type de Paiement free
Site Web de l'Extension https://github.com/nickwaelkens/video-volume-sync
URL de la Page d'Aide https://github.com/nickwaelkens/video-volume-sync/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}