SoundFox のバージョン履歴 - 全 1 バージョン
SoundFox 作成者: vadimcastro
SoundFox のバージョン履歴 - 全 1 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.3.4
リリース日 : 2026年4月4日 - 27.31 KBfirefox バージョン 140.0 以降, android バージョン 142.0 以降 で動作- 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 }
}
}
ソースコードは GNU General Public License v3.0 のみ に従いリリースされています
- Popup / Background Polling: The Extension Popup