Volume Stabilizer
Stabilizes volume of chrome tabs playing audio
Was ist Volume Stabilizer?
Volume Stabilizer ist eine Chrome-Erweiterung, die von extensionlabs entwickelt wurde, und ihr Hauptmerkmal ist "Stabilizes volume of chrome tabs playing audio".
Erweiterungsscreenshots
Volume Stabilizer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Volume Stabilizer-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 chrome extension to stabilize the volume of audio playing across all tabs.
Just install the extension to decrease the volume of media when there is a jarring loud noise (explosion, yelling etc).
I have also included some usability features:
☑️ Customizable advanced settings to adjust the compressor effect
☑️ Icon indicator when audio is being played
☑️ Switch to any tab that plays audio with one click
💬 I am always happy to hear suggestions to improve the extension! Please let me know if there's anything I can do to improve the experience. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | khhoinnlielpfndhpjldbednoefaficf |
| Offizielle URL | https://chromewebstore.google.com/detail/volume-stabilizer/khhoinnlielpfndhpjldbednoefaficf |
| Beschreibung | Stabilizes volume of chrome tabs playing audio |
| Dateigröße | 14.88 KB |
| Installationsanzahl | 294 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-10-08 |
| Veröffentlichungsdatum | 2021-10-08 |
| Bewertung | 2.67/5 Insgesamt 3 Bewertungen |
| Entwickler | extensionlabs |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Volume Stabilizer",
"description": "Stabilizes volume of chrome tabs playing audio",
"version": "1.0.0",
"icons": {
"128": "res\/icon.png"
},
"browser_action": {
"default_icon": "res\/icon.png",
"default_popup": "popup.html",
"default_title": "Volume Stabilizer"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
" | |