Historial de versiones de SoundFox - 2 versiones
SoundFox por vadimcastro
Historial de versiones de SoundFox - 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.4.0
Lanzada el 8 de abr. de 2026 - 80,88 KBCompatible con firefox 140.0 y superiores, android 142.0 y superiores- release SoundFox v1.4.0
- migrate preset shortcuts to extension commands while preserving popup quick keys
- add CI typecheck gate (tsc --noEmit)
- harden state persistence with storage fallback/migration logic
- improve popup UX copy and rename Flat EQ label to Balanced
Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versiones antiguas
Versión 1.3.4
Lanzada el 4 de abr. de 2026 - 27,31 KBCompatible con firefox 140.0 y superiores, android 142.0 y superiores- Popup / Background Polling: The Extension Popup
main.tsmust definitively query the active tab's hostname string (new URL(tab.url).hostname) prior to dispatching state commands globally. - Nested Dictionary Storage Arrays:
Modify allbrowser.storage.local.setfunctions to strictly manipulate a targeted host-level dictionary natively:
json
{
"settings": {
"youtube.com": { "volume": 1.0, "eq": "flat", "dialogMode": false },
"bflix.sh": { "volume": 4.0, "eq": "flat", "dialogMode": true }
}
}
Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only
- Popup / Background Polling: The Extension Popup