VineVolumeFixer
Adjusts vine video volume to a normal level & adds volume controls
Was ist VineVolumeFixer?
VineVolumeFixer ist eine Chrome-Erweiterung, die von micwallace11 entwickelt wurde, und ihr Hauptmerkmal ist "Adjusts vine video volume to a normal level & adds volume controls".
VineVolumeFixer-Erweiterungs-CRX-Datei herunterladen
Laden Sie VineVolumeFixer-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
Vine.co videos play way too loud and don't have volume control. This add-on adjusts vine video volume to a sane level of your choosing. It also (optionally) adds a volume control & un-mutes the video when playback starts.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | comphldkanjbmkobkilkkgpmjghkbhlm |
Offizielle URL | https://chrome.google.com/webstore/detail/vinevolumefixer/comphldkanjbmkobkilkkgpmjghkbhlm |
Beschreibung | Adjusts vine video volume to a normal level & adds volume controls |
Dateigröße | 5.24 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2016-02-08 |
Veröffentlichungsdatum | 2016-02-08 |
Bewertung | 4.25/5 Insgesamt 4 Bewertungen |
Entwickler | micwallace11 |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VineVolumeFixer", "version": "1.0.3", "description": "Adjusts vine video volume to a normal level & adds volume controls", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/vine.co\/*", "*:\/\/*.vine.co\/*" ], "js": [ "pagemod.js" ], "all_frames": true } ], "options_ui": { "page": "settings.html", "chrome_style": true } } |