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