Per-Tab Volume Controller에 대한 리뷰
Per-Tab Volume Controller 제작자: ZepioCS
ZepioCS 님의 답글
개발자 답글
11일 전에 게시됨Hey! The site-memory system was honestly a buggy mess in the older version. I originally built it for myself and left it half-finished. Seeing the usage, I made a v2.0 overhaul completely rewriting everything. If you give it another shot, it should work exactly like you expect now. Thank you for testing it out and I apologize for the first version.
리뷰 6개
개발자 답글
11일 전에 게시됨Hey! The site-memory system was honestly a buggy mess in the older version. I originally built it for myself and left it half-finished. Seeing the usage, I made a v2.0 overhaul completely rewriting everything. If you give it another shot, it should work exactly like you expect now. Thank you for testing it out and I apologize for the first version.개발자 답글
11일 전에 게시됨So sorry about that. I originally built this tool just for myself and ended up leaving a really messy localized bug in the old code that accidentally forced German on some users. Since people are actually using the extension now, I just dropped a massive v2.0 overhaul that completely fixes the language settings and rewrites the whole system. If you try it again, it should actually be in English (or whatever your browser language is, if it doesn't include that language, let me know) and work smoothly. Thanks for the feedback!- 5점 만점에 5점Firefox 사용자 19848279 님, 3달 전I don't get the lower ratings. It does exactly what I wanted it to do. It can lower the volume of the tab I have Bandcamp running in while I watch a stream. First addon I've found that can do that.
- the only one that works for me :)
Edit:
Awesome! works perfect, best of its kind! Thanks for the update dev :) it also now looks way better <3
Some websites won't let you control the volume of their output, and this tool counters that, should've been integrated in FF IMO ^_^
Old:
only (minuscule) downside is that I'm an English speaker and while it's possible to translate the settings page (very ez) some menus cannot be translated and are a bit vague.개발자 답글
11일 전에 게시됨Thanks for the feedback! The older version didn't include any translation since I didn't think of that sadly. I did just push a new completely rewritten v2.0 that includes a language system (with English :>), so all the menus and settings should be fully in English now. - 5점 만점에 3점Firefox 사용자 19266537 님, 5달 전Works for YouTube tabs;
but does not work for Firefox's Reader View - read aloud.
Also does not work for Speak Selected added to Firefox context menu.
Review added 2026-01-30 for Ubuntu 24.04.3 LTS ; snap info firefox = 147.0.2-1 latest/stable개발자 답글
11일 전에 게시됨Thank you for the detailed feedback! Regarding "Speak Selected" and Firefox Reader View, these features use the browser's internal "Web Speech API" which generates audio outside of the standard HTML5 media elements (like those used by YouTube). Because this audio is handled by the browser/OS level directly rather than through standard media tags, it is currently impossible for my extension to intercept or control that specific audio stream (unless they add an Intercept API for that). I apologize for the limitation, it is a restriction of how Firefox handles these accessibility tools :( - 5점 만점에 4점Firefox 사용자 5612562 님, 10달 전Doesn't seem to remember volume per-site (even though it is saved in the settings) (also for some reason the settings display for me in German)
edit: Can confirm that these issues are now fixed but unfortunately there's a new issue where I can't change the volume in the built-in player in sites, it gets changed back to the set volume in the addon (that is, I want the addon to be the default volume but not enforce that volume consistently so that I could change the volume as needed on a per-video basis) (not sure if you get notified on edits so I'll re-publish the review if I don't hear back in a few days)개발자 답글
11일 전에 게시됨Hey, thanks for the update! Glad to hear the storage and German bugs are gone. I see what you mean about the built-in volume enforcement. That was a leftover code snippet in my code which caused a back off enforcement which tried to apply the volume every time the websites sends any mutation (an element changed) events. I'll write a hotpatch right now to fix this issue, which will apply the volume (if set) once on website loading, then prioritizes the user's input. v2.0.2 should be published pretty soon (next couple of days).
Original Reply: Thanks for reporting this! The older version had a couple of bad bugs that broke storage saving and forced the German layout on people because it completely lacked a proper language system. Both of those issues have been fully fixed in the new v2.0 overhaul I just published. Feel free to give it another try, and I'd love to hear your feedback!