Historial de versiones de Minimal Volume Booster - 2 versiones
Minimal Volume Booster por harasho
Historial de versiones de Minimal Volume Booster - 2 versiones
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 1.0.3
Lanzada el 8 de ago. de 2026 - 24,45 KBCompatible con firefox 109.0 y superiores- Audio went silent when boosting above 100%. Any level over 100% routed the
media element through the Web Audio API, which browsers refuse to do for media
served cross-origin without CORS — they output silence instead. Because
createMediaElementSource()doesn't throw in that case, nothing caught it, and
because an element can never be un-routed from an audio graph, the tab stayed
silent until reload. The extension now checks that media is safe to route before
touching Web Audio, and leaves everything else on native playback.
Introduced in v1.0.2. Affected Firefox and, less visibly, Chrome.
On sites that serve media cross-origin without CORS headers, the slider still
attenuates from 0–100% but will not amplify past 100%. This is a browser
restriction, not something the extension can work around: the browser declines to
hand that audio to the Web Audio API at all.
- Playwright regression tests (
npm test) that exercise the injected volume logic
in real Firefox.
Se publicó el código fuente bajo la licencia MIT License
- Audio went silent when boosting above 100%. Any level over 100% routed the
Versiones antiguas
Versión 1.0.1
Lanzada el 6 de oct. de 2025 - 1,47 MBCompatible con firefox 109.0 y superioresSe publicó el código fuente bajo la licencia MIT License