Security Alert: Confirmed Malware
Extra Volume Booster. Increase sound
ID: cgfbcgeknfljmihanmgpnlbopeklmpac
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- Sound MasterView Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
Boost volume, shape sound with equalizer, effects. Maximize audio loudness on tabs. Control and customize volume levels on your own
Are you bothered that your PC doesn't have enough sound volume? Then I believe this Extra Volume Booster - Loud Speaker with Extra Sound is exactly what you need. Extra Volume Booster PRO enhances your music quality in a way more convenient way. It has a simple UI, guaranteeing you can fast to master it just in a few seconds. Features: - Volume Booster is designed for music lovers and users who like loud and clear sound - Volume Booster PRO has a neat, simple user interface - Boost sound for music, video, and game - Boost bass for music, video, and game - Support use with headphone, build-in speaker and Bluetooth speakers - One-swipe to set the volume to a specific level - Fast to adjust the volume to 200%, 300%, 400% and maximum level Various Boost Available: - Music, game, video, call volume boost - Bluetooth speaker, headphone volume amplifier - Control volume for various websites ...... Still finding a great volume booster to improve your music experience? Now you find our perfect Extra Volume Booster PRO - Loud Speaker with Extra Sound and make any extra sound volume as you want. Volume Booster is a little tool that boosts big volume. Download Volume Booster PRO now and increase party mood!
On installation, the extension silently opens a new browser tab pointing to 'https://extravolume.net/api/install', sending an HTTP request to the developer's remote server. This request automatically exposes the user's IP address, browser fingerprint (User-Agent, Accept-Language, etc.), and can be used to build a persistent install database for tracking. While opening an install page is common, combining it with `<all_urls>` host permissions and `tabCapture` creates a privacy concern because install telemetry is sent without user consent or disclosure.
Background.install = function() { chrome.runtime.onInstalled.addListener((function(e) { "install" == e.reason ? chrome.tabs.create({ url: "https://extravolume.net/api/install" }) : e.reason }))}, chrome.runtime.setUninstallURL("https://extravolume.net/uninstall/");When the volume booster is activated, the extension stores the full URL of the active tab (`e.url`) into `chrome.storage.local`. A volume booster has no functional need for the tab's URL โ only the tab ID is required for audio capture via `tabCapture`. Persisting the browsing URL in extension storage constitutes unauthorized data collection of browsing history, and this data is available to all extension scripts.
Power.visualOn = async function(e) { await Methods.save({ id: e.id }), await Methods.save({ url: e.url }), await Methods.save({ power: !0 }), $("#power").attr("class", "on"), Methods.setIcon("on"), Popup.showModules(), Popup.advancedInit(), Mono.init(), Phased.init(), Popup.setTitle(await Methods.load("id")), Tabs.tabInit()}The extension registers an uninstall tracking URL with the Chrome runtime. When the extension is removed, Chrome automatically navigates to this URL, allowing the developer's server to log the uninstall event along with associated identifying data (IP address, User-Agent). This is an undisclosed tracking mechanism that fires without user interaction or consent at uninstall time.
chrome.runtime.setUninstallURL("https://extravolume.net/uninstall/");By severity
Versions scanned
Showing 1 of 1 scanned version with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 1.0.1 | 3 |
Files with findings
2 distinct paths โ top paths by unique finding count:
- scripts/bg/bg.js2
- scripts/libs/modules.js1
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.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.