Video Volume Sync

Remember and synchronise the volume for videos on Facebook.

What is Video Volume Sync?

Video Volume Sync is a Chrome extension developed by Nick Waelkens, and its main feature is "Remember and synchronise the volume for videos on Facebook.".

Extension Screenshots

screenshot

Download Video Volume Sync Extension CRX File

Download Video Volume Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Video Volume Sync Video Volume Sync
ID anajobmkmeloldjnafmhbkpbfikmoeab
Official URL https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab
Description Remember and synchronise the volume for videos on Facebook.
File Size 12.31 KB
Installation Count 560
Current Version 0.0.6
Last Updated 2019-10-25
Publish Date 2019-10-25
Rating 3.73/5 Total 15 Ratings
Developer Nick Waelkens
Payment Type free
Extension Website https://github.com/nickwaelkens/video-volume-sync
Help Page URL https://github.com/nickwaelkens/video-volume-sync/issues
Supported Languages 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"
            ]
        }
    ]
}