Video Volume Sync
Remember and synchronise the volume for videos on Facebook.
Was ist Video Volume Sync?
Video Volume Sync ist eine Chrome-Erweiterung, die von Nick Waelkens entwickelt wurde, und ihr Hauptmerkmal ist "Remember and synchronise the volume for videos on Facebook.".
Erweiterungsscreenshots
Video Volume Sync-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video Volume Sync-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Video Volume Sync |
ID | anajobmkmeloldjnafmhbkpbfikmoeab |
Offizielle URL | https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab |
Beschreibung | Remember and synchronise the volume for videos on Facebook. |
Dateigröße | 12.31 KB |
Installationsanzahl | 560 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2019-10-25 |
Veröffentlichungsdatum | 2019-10-25 |
Bewertung | 3.73/5 Insgesamt 15 Bewertungen |
Entwickler | Nick Waelkens |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/nickwaelkens/video-volume-sync |
Hilfeseite URL | https://github.com/nickwaelkens/video-volume-sync/issues |
Unterstützte Sprachen | 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" ] } ] } |