Publisher Low Install Count
Flags publishers lacking installs on the marketplace, suggesting concerns about the publisher's reliability.
Flags publishers lacking installs on the marketplace, suggesting concerns about the publisher's reliability.
AI-powered analysis of the extension's source code for security insights and risk assessment.
The WorldGuessr Chrome extension is designed to transform a user's new tab into an interactive geography game. It aims to educate and entertain users by presenting them with random locations via Google Street View and challenging them to guess the location on a world map.
Module System: The code utilizes a module system to manage dependencies and exports. It checks for the existence of modules and handles errors if a module is not found.
Event Listener: The extension listens for a click event on the Chrome action button. When clicked, it opens a new tab with the URL tabs/worldguessr.html
.
chrome.action.onClicked.addListener(e => {
chrome.tabs.create({url:chrome.runtime.getURL("tabs/worldguessr.html")})
})
chrome.action.onClicked
API to handle user interactions with the extension's icon.chrome.runtime.getURL
to generate the URL for the game page, ensuring it is correctly loaded within the extension's context.The WorldGuessr Chrome extension code is primarily focused on providing a geography game experience by utilizing Chrome APIs to manage user interactions and open game pages. There are no strong indications of malicious behavior, such as unauthorized data access or external network communications.
API calls detected through static analysis of the source code. For more accurate insights, explore our sandbox dynamic analysis.
Any encoded/decoded secrets we managed to find in the source code, git repository, or related files
Known vulnerabilities and security issues detected in the extension's dependencies and code.
Any identifiers we detected that may indicate external communication from the item's code
Dependencies and third-party libraries used by the extension, including version information and license details.