Security Warning: High Security Risk
Audi Custom Background
ID: oenompadodjkoakdnpmhfhldfoieeonh
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- MTBView Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- Yes
- Mailbox exists
- Yes
Change your Search Engine Background to a Audi photo
This is an extension displays New Tab Audi background to a preset picture. By clicking "Add to chrome", I accept and agree to installing the Audi Background Chrome extension and setting Chromeâ„¢ New Tab to that provided by the service and the Privacy Policy (https://manictraffic.com/privacy-policy) and Terms of Use (https://manictraffic.com/terms-of-service) This extension will change your New Tab default search to Bing.
The new-tab search form submits user queries to powerofsearches.com with affiliate tracking parameters (gd=SY1001362, searchsource=69), a third-party search monetization domain unrelated to Bing or the extension's stated purpose. The CWS listing explicitly claims the extension sets search to Bing, but the actual form action is a different domain entirely — a deliberate misdescription. User search queries are sent to a third-party without disclosure.
<form method="get" action="https://www.powerofsearches.com/Results.aspx"> < input id="searchinput" type="text" placeholder="Search..." name="q" value="" /> < input type="hidden" name="gd" value="SY1001362" /> < input type="hidden" name="searchsource" value="69" />Every search the user submits is redirected to `extdetail['redirection_url']`, a value fetched at runtime from the publisher's backend (mtbextension.com/audi/). This gives the server-side operator full, dynamic control over where user search queries are sent — the destination can be changed at any time without a code update, making static analysis insufficient to determine the final redirect target. This is a classic command-and-control search-redirect pattern.
cl.addEventListener('click', function() { var kw = cl.getAttribute('data'); window.location.href = extdetail['redirection_url'].replace('[keyword]', encodeURI(kw));});...queryform.addEventListener('submit', function(event) { event.preventDefault(); if (search.value) { window.location.href = extdetail['redirection_url'].replace('[keyword]', encodeURI(search.value)); }});Footer links and their text labels are fetched from the publisher's remote backend and inserted into the new-tab DOM via insertAdjacentHTML without any sanitization. The publisher can push arbitrary anchor tags (including javascript: hrefs or misleading phishing-style links) to all installed instances of the extension at any time. Combined with the server-controlled search redirect, this gives the operator a persistent, updatable channel to surface deceptive links on every new tab the user opens.
function setFooter() { var footerCopyRight = extdetail['copyright_text']; var footerMenus = JSON.parse(extdetail['footer_menu']); var menus = ''; if (footerMenus.length > 0) { for (let footerMenu of footerMenus) menus = menus + '<li><a href="' + footerMenu['url'] + '" target="_blank">' + footerMenu['title'] + '</a></li>'; document.body.querySelector('.footer') .insertAdjacentHTML('beforeend', (menus != '' ? '<ul class="footer-links">' + menus + '</ul>' : '') + ( footerCopyRight != null ? '<div class="copy">' + footerCopyRight + '</div>' : '')); }}By severity
Versions scanned
Showing 1 of 3 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 2.6 | 3 |
Files with findings
2 distinct paths — top paths by unique finding count:
- js/custom.js2
- landing.html1
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.
