The extension has a concerning trust profile with only 1,000 users and a modest 3.7-star rating from just 3 reviews, indicating limited adoption and mixed user feedback. While published by "Certified Code, Inc." which sounds professional, the lack of detailed developer information and recent update history raises questions about ongoing support and legitimacy.
The extension's permissions are extremely broad and disproportionate to its stated purpose as a "Wix Site Checker." The wildcard host permissions (*://*/*) and content script injection across all websites represent significant overreach. A legitimate Wix site checker would only need access to Wix domains (*.wix.com), not the entire internet. This excessive permission scope creates substantial privacy and security risks, as the extension could monitor all browsing activity, capture sensitive data from any website, or inject malicious content.
Given the high-risk security findings and questionable permission requirements, consider running this extension in a completely separate Chrome profile if you must use it. Better yet, look for alternative Wix analysis tools that request more appropriate, limited permissions. Before installation, verify the developer's legitimacy and check if similar functionality is available through official Wix tools or browser bookmarklets that don't require such extensive access to your browsing data.
| https://clients2.google.com/service/update2/crx |
{ "name": "Wix Site Checker", "icons": { "128": "false.png" }, "action": { "default_icon": { "128": "false.png" } }, "version": "1.0", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Checks if this page was built in Wix", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*://*/*" ] } ], "host_permissions": [ "*://*/*" ], "manifest_version": 3 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.