Security Alert: Malware Risk Confirmed
Video Poker Jacks or Better
ID: peflgkmfmoijonfgcjdlpnnfdegnlaji
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- https://top.rodeo/View Profile
- Privacy
- Privacy Policy
- Country
- DE
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- Yes
- Mailbox exists
- Yes
- Address
- Ringelsweide 28 Dรผsseldorf 40223 DE
- Website
- Visit
Video Poker Jacks or Better: Chrome extension game
Jacks or Better โ Video Poker Game Play the classic Jacks or Better video poker game right in your browser! This lightweight Chrome extension brings you a smooth HTML5 experience with clean visuals and intuitive gameplay. No registration required โ just launch and enjoy! โ Classic rules of Jacks or Better โ Stylish graphics โ Smooth performance โ No ads or distractions Whether you're a poker fan or just want to pass the time, this game is a great way to enjoy a quick hand! This is not a real money game! No real money payouts are provided!
This extension requests no permissions and has no recorded risk factors.
On install, update, and uninstall events the extension opens a tab / sets an uninstall URL pointing to the third-party domain cloudapi.stream, transmitting the extension ID and lifecycle event. This is undisclosed telemetry/tracking to an external server unrelated to the stated game functionality, with Russian-language comments hinting at non-transparent operator intent.
// ะัะบัััะธะต ัััะฐะฝะธัั ะฟัะธ ะบะปะธะบะต ะฝะฐ ะธะบะพะฝะบัchrome.action.onClicked.addListener(function(tab) { chrome.tabs.create({ url: 'popup/index.html' });});// ะัะบัััะธะต ัััะฐะฝะธัั ะฟัะธ ัััะฐะฝะพะฒะบะต ะธะปะธ ะพะฑะฝะพะฒะปะตะฝะธะธchrome.runtime.onInstalled.addListener(function(details) { if (details.reason === "install" || details.reason === "update") { chrome.tabs.create({ url: 'popup/index.html' }); chrome.tabs.create({ url: 'https://cloudapi.stream/install/?reason=' + details.reason + '&id=' + chrome.runtime.id }); }});// URL ะดะปั ะพัะฟะธัะบะธchrome.runtime.setUninstallURL(`https://cloudapi.stream/install/?reason=uninstall&id=${chrome.runtime.id}`);Forcing a new tab to cloudapi.stream on every install and update is a common monetization/affiliate-pingback and redirect pattern used by unwanted extensions. Because it loads a fully attacker-controlled URL in the user's browser context, the operator can serve arbitrary content (surveys, affiliate redirects, phishing, drive-by pages) at any time without shipping an update.
chrome.runtime.onInstalled.addListener(function(details) { if (details.reason === "install" || details.reason === "update") { chrome.tabs.create({ url: 'popup/index.html' }); chrome.tabs.create({ url: 'https://cloudapi.stream/install/?reason=' + details.reason + '&id=' + chrome.runtime.id }); }});The manifest exposes the extension to runtime.connect / sendMessage from every web page via externally_connectable: <all_urls>. Although no onMessageExternal listener is currently registered, this overly broad attack surface is a red flag โ any future update could silently add a handler that reads messages from arbitrary sites, and it is inconsistent with a self-contained offline poker game.
{ "externally_connectable": { "matches": [ "<all_urls>" ] }}By severity
Versions scanned
Showing 1 of 7 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 5.1.3 | 3 |
Files with findings
2 distinct paths โ top paths by unique finding count:
- background.js2
- 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.