Security Warning: High Security Risk
Equalizer for Browser
ID: bjfmipfconpcacjaaijfbdkjciakjmea
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- cusmize.comView Profile
- Privacy
- Privacy Policy
- Help
- Help Center
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
- Website
- Visit
Change your audio with our equalizer. Increase volume and adjust sound easily for a better experience.
The Audio Equalizer allowing you to fine-tune and perfect your sound. This bass booster and sound modifier lets you adjust the balance of various frequency components with its 10-band controls. With a range of settings and outstanding sound customization, the Audio Equalizer ensures that the audio output is tailored to your preferences. Elevate your listening with the features of the Audio EQ. Create a surround sound effect, boost the bass, or increase the volume on your device. The Audio Equalizer enables you to effortlessly adjust the levels of different frequencies in the audio stream. On top of the excellent equalization and bass booster features, the Audio Equalizer comes packed with a myriad of other functions that will astonish you. ⚡Key features of our Audio Equalizer include: - Preamp volume controls to further enhance audio output; - 10 meticulously designed bands for optimal sound adjustment; - A choice of 21 ready-to-play presets; - Efficient performance with minimal CPU usage; - Flexibility with the gain/suppression of frequency on each band, ranging from +/- 12 dB; - An entirely free equalizer extension, adding value without a price tag. ⚡Dive into our range of presets that cater to every listener: - Acoustic for the purists; - Classical for the aficionados; - Dance for those who want to groove; - Electronic for the modern beat lovers; - Hip-Hop for the rhythm enthusiasts; - Lounge for relaxation; - Pop for the mainstream listeners; - Rock for the rebellious souls; - Small Speakers to get the most out of limited hardware; - And an array of other presets to explore and enjoy. With the Audio Equalizer, it's not just about listening; it's about experiencing sound like never before.
The bundled manifest declares four permissions (tabCapture, tabs, storage, offscreen), but the CWS-published manifest summary shows only two (tabCapture, storage). The `tabs` and `offscreen` permissions are entirely absent from the live store listing, meaning users and enterprise reviewers evaluating the extension's scope from the store page do not see the full declared permissions. Per review policy, any mismatch in permissions between the bundled and published manifests is itself a required finding.
{ "permissions": [ "tabCapture", "tabs", "storage", "offscreen" ]}On every install AND every subsequent update the extension opens https://addonup.com in a new active foreground tab without any user interaction. This domain is a third-party affiliate/monetization site with no relation to the publisher's own cusmize.com domain. Because the trigger fires on `UPDATE` as well as `INSTALL`, users are subjected to this unsolicited redirect each time the extension auto-updates, not merely on first install — a pattern common to low-quality monetized extensions from publishers whose other extensions are flagged as malicious.
chrome.runtime.onInstalled.addListener(async e => { (e.reason === chrome.runtime.OnInstalledReason.INSTALL || e.reason === chrome.runtime.OnInstalledReason .UPDATE) && (await (async () => { try { chrome.storage.local.set(o) } catch (e) { console.error("Error initializing config:", e) } })(), chrome.tabs.create({ url: "https://addonup.com", active: !0 }))})By severity
Versions scanned
Showing 1 of 28 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 5.2.7 | 2 |
Files with findings
2 distinct paths — top paths by unique finding count:
- background.js1
- manifest.json1
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Code Diff
Compare extension code between any two versions.
No comparable text files found between these versions.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.