Arviot lisäosalle Audio Equalizer
Audio Equalizer tekijä Muyor
Käyttäjän Razinal Rozen kirjoittama arvio
Arvioitu 2/5
kirjoittanut Razinal Rozen, kaksi vuotta sittenThis add-on (Audio Equalizer) prevents playback of any video thumbnail that doesn't have audio especially in less popular websites. This can be easily ascertained by simply disabling the add-on (Audio Equalizer) and seeing the problem disappear.
While in private mode with nothing but this add-on (Audio Equalizer) enabled and after the page is fully loaded. Bringing the cursor/touch pointer to a standstill over an 'image' thumbnail will trigger the fetching and playback of 'video' thumbnail.
Afterwards in the developer console (F12) we see the following warning (Yellow Background) generated immediately:
----------
An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page.
----------
I would like to point out that I have had already changed the Autoplay permission in Firefox's privacy setting page (about:preferences#privacy) for all websites from 'Block Audio' to 'Allow Audio and Video' Before Installing this add-on (Audio Equalizer).
Above warning is then immediately followed by the error (Red Background) below:
----------
Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user's request. inject.js:97
attach moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:97
attach moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:86
moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:135
EventListener.handleEvent* moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:133
attach moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:97
forEach self-hosted:160
attach moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:86
moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:135
(Async: EventListener.handleEvent)
moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:133
----------
I tried to use the ON/OFF button in the add-on (Audio Equalizer) from its own popup so that the add-on (Audio Equalizer) remains enabled in Firefox but doesn't try to inject the following script which is the source of error ( into the page:
moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js
However probably thanks to Audio Equalizer's 'Access your data for all websites' permission, Unless you disable the add-on (Audio Equalizer) from inside the Firefox's add-on page (about:addons) the script will still get injected and thus no video thumbnail playback.
I even tried adding 'moz-extension://[ADDON-UUID]' to uBlock Origin's "My filters" and "My rules" tabs based on each tab's correct syntax while removing 'moz-extension-scheme' from "Trusted sites", nevertheless Firefox would still inject the script into the website so long as the add-on was enabled despite "ON/OFF" button being gray (presumably indicating an 'off' state) rather than black (presumably indicating an 'on' state) according to its own popup menu.
As it's not properly programmed to handle audio-less videos and there is no way included to prevent itself from activating on user-defined specified websites (say by actually having an options tab that comes with a configurable exclusion list inside add-on's Firefox page rather than its popup with its ineffective "ON/OFF" button); I believe that the badge granted to this add-on by Mozilla Foundation is without merit and should be revoked.
After all the following is a direct quote from hovering over the badge of each add-on recommended by Mozilla Foundation:
"Firefox only recommends extensions that meet our standards for security and performance"
While in private mode with nothing but this add-on (Audio Equalizer) enabled and after the page is fully loaded. Bringing the cursor/touch pointer to a standstill over an 'image' thumbnail will trigger the fetching and playback of 'video' thumbnail.
Afterwards in the developer console (F12) we see the following warning (Yellow Background) generated immediately:
----------
An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page.
----------
I would like to point out that I have had already changed the Autoplay permission in Firefox's privacy setting page (about:preferences#privacy) for all websites from 'Block Audio' to 'Allow Audio and Video' Before Installing this add-on (Audio Equalizer).
Above warning is then immediately followed by the error (Red Background) below:
----------
Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user's request. inject.js:97
attach moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:97
attach moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:86
moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:135
EventListener.handleEvent* moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:133
attach moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:97
forEach self-hosted:160
attach moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:86
moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:135
(Async: EventListener.handleEvent)
moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js:133
----------
I tried to use the ON/OFF button in the add-on (Audio Equalizer) from its own popup so that the add-on (Audio Equalizer) remains enabled in Firefox but doesn't try to inject the following script which is the source of error ( into the page:
moz-extension://[ADDON-UUID]/data/content_script/page_context/inject.js
However probably thanks to Audio Equalizer's 'Access your data for all websites' permission, Unless you disable the add-on (Audio Equalizer) from inside the Firefox's add-on page (about:addons) the script will still get injected and thus no video thumbnail playback.
I even tried adding 'moz-extension://[ADDON-UUID]' to uBlock Origin's "My filters" and "My rules" tabs based on each tab's correct syntax while removing 'moz-extension-scheme' from "Trusted sites", nevertheless Firefox would still inject the script into the website so long as the add-on was enabled despite "ON/OFF" button being gray (presumably indicating an 'off' state) rather than black (presumably indicating an 'on' state) according to its own popup menu.
As it's not properly programmed to handle audio-less videos and there is no way included to prevent itself from activating on user-defined specified websites (say by actually having an options tab that comes with a configurable exclusion list inside add-on's Firefox page rather than its popup with its ineffective "ON/OFF" button); I believe that the badge granted to this add-on by Mozilla Foundation is without merit and should be revoked.
After all the following is a direct quote from hovering over the badge of each add-on recommended by Mozilla Foundation:
"Firefox only recommends extensions that meet our standards for security and performance"
680 arviota
- Arvioitu 3/5kirjoittanut SMinato, seitsemän päivää sittenThis extension caused a critical issue with video playback on certain websites that use CDNs and HTTP Range streaming. After installing it, videos would not load in Firefox in normal mode, showing the error “The media could not be loaded…”, while ads and other content played normally.
In DevTools, media requests returned status 206 (Partial Content), but were marked as “blocked”, indicating that the data stream was being interrupted on the client side. Interestingly, videos worked correctly in Firefox’s private mode, which made the issue harder to diagnose initially.
This behavior suggests that the extension interferes directly with the media playback pipeline (MediaElement/WebAudio), causing conflicts with browser security policies (CORS/ORB) or segmented streaming. After removing the extension, the problem was completely resolved without any changes to browser settings.
Use with caution, as this extension may break video playback on sites that rely on CDN-based streaming or cross-subdomain media delivery. - Arvioitu 1/5kirjoittanut RaaynML, 12 päivää sitten
- Arvioitu 1/5kirjoittanut allan999, 14 päivää sittendoes not include a voice/speech/podcast equalizer set. no way to import equalizers nor sync them to my firefox account - so re-entering a preset visually on 5 firefoxes after each major firefox upgrade is not sustainable
- Arvioitu 4/5kirjoittanut Firefox-käyttäjä 15954869, 16 päivää sitten
- Arvioitu 1/5kirjoittanut Firefox-käyttäjä 17902844, kuukausi sittenfunciona mal, se escucha más despacio con esto icluso subiendolo al máximo
- Arvioitu 5/5kirjoittanut Rifat, kaksi kuukautta sitten
- Arvioitu 1/5kirjoittanut Firefox-käyttäjä 14481752, kaksi kuukautta sittenI'm sorry but... it does not work.
I mean, the control panel is ok, but I have no effect on the audio. - Arvioitu 4/5kirjoittanut Bob Who, kaksi kuukautta sittenExtra star for always being a reliable option.
- Arvioitu 1/5kirjoittanut Firefox-käyttäjä 19752820, kaksi kuukautta sittenbreaks websites. i have been looking everywhere for months, been blaming it on the websites themselves, but it had been this extension all along. i do not recommend this, and will never install it again.
- Arvioitu 4/5kirjoittanut Craig, kaksi kuukautta sitten
- Arvioitu 1/5kirjoittanut Fari Fairis, kolme kuukautta sittenDoesn't work on Youtube anymore. Please fix if possible so I can give 5stars rate again.
- Arvioitu 2/5kirjoittanut Firefox-käyttäjä 14202226, neljä kuukautta sittenAudio not in sync with video when used with airplay v1 devices. Bugreport filed.
- Arvioitu 5/5kirjoittanut Firefox-käyttäjä 18560929, viisi kuukautta sitten
- Arvioitu 3/5kirjoittanut Quiddity, viisi kuukautta sittenWorks well - when it works. Can reduce frequencies to improve spoken word audio on bad speakers, but does not work with some websites (Discord) and seems to lose the audio device sometimes.
- Arvioitu 5/5kirjoittanut Firefox-käyttäjä 19265354, viisi kuukautta sitten
- Arvioitu 5/5kirjoittanut MKP, kuusi kuukautta sittenGreat little add-on, works flawlessly. Highly recommended!
- Arvioitu 4/5kirjoittanut Firefox-käyttäjä 12812696, kuusi kuukautta sittenBest equilizer for Firefox, but BUGGY! Sometimes no sound, sometimes no video or sound with error "NO VIDEO WITH SUPPORTED FORMAT AND MIME TYPE FOUND" in latter case. (View release notes page on Firefox download page to reproduce). Remedy via right-click whitelist mode, but excruciatingly annoying! Applicable to all Firefox versions, past through latest. Please fix!
- Arvioitu 1/5kirjoittanut peptobismal, kuusi kuukautta sittenThis things presets suck... Also there are issues with memory, videos, and sound after prolonged use. Videos would occasionally not load.. then the worst thing happens of it sounding like it is overlapping the audio track on top of itself, slightly offset. Like numerous copies just a second or two different from where they play the same noise as their other copies. It's like the best thing to listen to... it's like watching those old channels you weren't allowed to get on wired cable. Occasionally you see a boob, but was it worth the hours?
- Arvioitu 5/5kirjoittanut Motta, kuusi kuukautta sittenWorks as intended. Was frying my brain trying to equalize audio in Windows, even though I have a Behringer sound card. Then I remembered there could be a specific app EQ, and found this. Worked imediatelly. My monitor speakers are way to bassy, so this solved the issue . 🙏
- Arvioitu 4/5kirjoittanut Firefox-käyttäjä 19532713, kuusi kuukautta sitten
- Arvioitu 4/5kirjoittanut Brian O'Neill, seitsemän kuukautta sitten
- Arvioitu 1/5kirjoittanut Froom De Generate, seitsemän kuukautta sittenWhen using this extension, an error appears on some videos 'No video with supported format and MIME type found'
- Arvioitu 5/5kirjoittanut Raezuto, seitsemän kuukautta sitten