Real Tennis
ID: odhadpdionnnghcdgnfnaebbchninonm
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- InterAltView Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
- Website
- Visit
๏ปฟReal Tennis: Chrome extension game
Experience the thrill of tennis right from your browser with Real Tennis, a dynamic and engaging Chrome extension game. Perfect for tennis enthusiasts and casual gamers alike, Real Tennis offers a realistic simulation of the beloved sport, allowing you to play thrilling matches against AI opponents or challenge friends.
This extension requests no permissions and has no recorded risk factors.
The manifest declares externally_connectable with the wildcard <all_urls>, allowing any webpage on the internet to invoke chrome.runtime.connect() or chrome.runtime.sendMessage() into this extension. This is entirely unnecessary for a standalone tennis game and represents an unnecessary expansion of the extension's attack surface. Although background.js currently has no onMessage listener, this declaration makes the extension permanently reachable from any web origin and could be exploited if the publisher pushes an update that adds a handler.
{ "externally_connectable": { "matches": [ "<all_urls>" ] }}The popup embeds a clickable image overlay that loads from and links to multiaccount.cloudapi.stream. Combined with i.js lines 150-163 (a standalone 1-second timeout that forces this overlay visible regardless of game state), this means the extension's primary observable behaviour is surfacing an ad or redirect to an external domain rather than playing a game. The HTML file also declares script tags for five JS files (jquery, createjs, main.js, howler, Three.js) of which four are missing from the bundle, confirming the game is non-functional and the extension's stated purpose is a pretext.
<a href="https://multiaccount.cloudapi.stream/game.html" target="_blank" style="position:absolute;bottom:10px;left:10px;" id="info_"> <img src="https://multiaccount.cloudapi.stream/game_image.jpg" id="image_0" style="max-width:300px;"></a>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.0 | 2 |
Files with findings
2 distinct paths โ top paths by unique finding count:
- manifest.json1
- popup/index.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.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.