Security Alert: Confirmed Malware
Gamers Tab
ID: ndfpbeikamamnfmekffpmddmlgahcmel
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- Gamers TabView Profile
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
Gamers Tab Default Search
Convenient browsing tool by Gamers Tab. This extension lets you browse the web and get easy access to search, images and videos. By clicking "Add to chrome", I accept and agree to installing 'Gamers Tab default search' - Chrome extension and setting Chrome™ Default search to that provided by the service and the Terms Of Use and Privacy Policy Terms Of Use: https://www.gamerstab.xyz/terms-of-use.html Privacy Policy: https://www.gamerstab.xyz/privacy-policy.html The extension will update your search settings and will change your search to be powered by Bing. Permissions used & reasons
The content script listens for window.postMessage events on all *.gamerstab.xyz pages. Any code running on gamerstab.xyz (including server-pushed JavaScript) can send {type:'DA', action:'<any string>'} and the extension will relay the action value directly to the background script. While the current background handler does nothing (default:break), this design lets the publisher update server-side JavaScript to issue background commands without shipping a new extension version — a classic deferred-command/sleeper architecture used by adware and search-hijacker families.
window.addEventListener("message", function(event) { if (event.source !== window) return; if (event.data.type && (event.data.type == "DA")) { chrome.runtime.sendMessage({ from: 'content', subject: event.data.action }); }});The bundled manifest declares an empty permissions array, but the published CWS listing shows permissions:["tabs"]. The tabs permission grants read access to all open tab URLs and titles. This discrepancy means the ZIP under review may not match the version actually distributed to users; alternatively, the permission was stripped post-submission to evade security scanners while the deployed extension retains it.
{ "permissions": []}By severity
Versions scanned
Showing 1 of 2 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 1.2 | 2 |
Files with findings
2 distinct paths — top paths by unique finding count:
- common/contentscript.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.