Video Volume Sync

Remember and synchronise the volume for videos on Facebook.

Wat is Video Volume Sync?

Video Volume Sync is een Chrome-extensie ontwikkeld door Nick Waelkens, en de belangrijkste functie is "Remember and synchronise the volume for videos on Facebook.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Video Volume Sync

Download Video Volume Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Video Volume Sync Video Volume Sync
ID anajobmkmeloldjnafmhbkpbfikmoeab
Officiële URL https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab
Beschrijving Remember and synchronise the volume for videos on Facebook.
Bestandsgrootte 12.31 KB
Aantal Installaties 560
Huidige Versie 0.0.6
Laatst Bijgewerkt 2019-10-25
Publicatiedatum 2019-10-25
Beoordeling 3.73/5 Totaal 15 Beoordelingen
Ontwikkelaar Nick Waelkens
Betalingswijze free
Extensiewebsite https://github.com/nickwaelkens/video-volume-sync
Help Pagina-URL https://github.com/nickwaelkens/video-volume-sync/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}