Version 1.0 View in Chrome Web Store
The extension has a concerning trust profile with only 2,000 users and a poor 2.4-star rating from 79 reviews, suggesting user dissatisfaction. The developer "tutorialgeek.net" appears to be a smaller entity without established reputation in the extension ecosystem. The low adoption rate combined with negative user feedback raises questions about the extension's quality and reliability.
The primary concern is the broad content script injection capability across all URLs, which is excessive for a cursor customization tool. This permission allows the extension to access and modify content on every website you visit, including sensitive sites like banking or email platforms. While storage and activeTab permissions are reasonable for a cursor studio application, the combination with universal content script access creates unnecessary security exposure. The poor user ratings may indicate functionality issues or potentially suspicious behavior that users have encountered.
Consider running this extension in a separate Chrome profile to isolate it from your main browsing activities, especially if you access sensitive websites. Given the poor ratings and broad permissions, you might want to explore alternative cursor customization extensions with better user feedback and more restrictive permissions. If you must use this extension, regularly monitor your browser's behavior for any unusual activity and consider removing it if you notice performance issues or unexpected website modifications.
| https://clients2.google.com/service/update2/crx |
{ "name": "mClick - Professional Cursor Studio", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "index.html", "default_title": "mClick Settings" }, "version": "1.0", "commands": { "toggle-highlight": { "description": "Toggle mClick Highlighter", "suggested_key": { "mac": "Command+Shift+H", "default": "Ctrl+Shift+H" } } }, "background": { "type": "module", "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Professional cursor highlighter with cinematic ghosting and keystroke HUD.", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "<all_urls>" ] } ], "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.