SoundFox Versionsgeschichte – 2 Versionen
SoundFox von vadimcastro
SoundFox Versionsgeschichte – 2 Versionen
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 1.4.0
Veröffentlicht 8. Apr. 2026 – 80,88 KBFunktioniert mit firefox 140.0 und höher, android 142.0 und höher- 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
Quelltext steht unter der Nur GNU General Public License v3.0
Ältere Versionen
Version 1.3.4
Veröffentlicht 4. Apr. 2026 – 27,31 KBFunktioniert mit firefox 140.0 und höher, android 142.0 und höher- 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 }
}
}
Quelltext steht unter der Nur GNU General Public License v3.0
- Popup / Background Polling: The Extension Popup