Volume Adjuster
Used to adjust the volume of html audio/video tags
Was ist Volume Adjuster?
Volume Adjuster ist eine Chrome-Erweiterung, die von giomrella entwickelt wurde, und ihr Hauptmerkmal ist "Used to adjust the volume of html audio/video tags".
Erweiterungsscreenshots
Volume Adjuster-Erweiterungs-CRX-Datei herunterladen
Laden Sie Volume Adjuster-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
A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!
Grundlegende Informationen zur Erweiterung
Name | Volume Adjuster |
ID | jodboiahhplamjcpimpdbealafbjcjab |
Offizielle URL | https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab |
Beschreibung | Used to adjust the volume of html audio/video tags |
Dateigröße | 16.17 KB |
Installationsanzahl | 141 |
Aktuelle Version | 0.0.0.1 |
Letztes Update | 2020-12-11 |
Veröffentlichungsdatum | 2020-12-11 |
Entwickler | giomrella |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/giomrella/volume-adjuster-extension |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Volume Adjuster", "description": "Used to adjust the volume of html audio\/video tags", "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "48": "volume.png" } }, "manifest_version": 2, "version": "0.0.0.1", "icons": { "48": "volume.png" } } |