The extension has a modest user base of 9,000 users with a decent 4.1-star rating, though based on only 16 reviews which limits confidence in the rating reliability. The extension appears to be a legitimate cloud storage integration tool for Koofr, a known cloud storage service. However, the lack of visible developer information and recent update details reduces transparency and trust.
The primary concern is the broad host permissions (http://*/*, https://*/*, <all_urls>) which grant access to all websites. This is excessive for a cloud storage extension that should only need access to specific domains. The combination of activeTab permission with broad host access creates potential for data collection across all browsing activity. Content scripts running on all HTTP/HTTPS sites further amplify privacy risks. The contextMenus and notifications permissions, while functional for the extension's purpose, add to the overall permission footprint.
Consider running this extension in a separate Chrome profile if you frequently handle sensitive information online. Review what data you're saving through the extension and ensure it aligns with your privacy expectations. Monitor the extension's behavior and disable it when not actively needed. Look for alternative cloud storage extensions with more restrictive permissions if available. Given the broad access permissions, this extension should only be installed if Koofr integration is essential to your workflow.
| https://app.koofr.net | https://clients2.google.com/service/update2/crx |
{ "name": "__MSG_extName__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png", "default_title": "__MSG_extName__" }, "version": "1.4.0", "commands": { "screenshot": { "description": "__MSG_screenshotCmdDesc__", "suggested_key": { "mac": "Command+Shift+K", "default": "Ctrl+Shift+K" } }, "saveLargestImage": { "description": "__MSG_screenshotCmdDesc__", "suggested_key": { "mac": "Command+Shift+L", "default": "Ctrl+Shift+L" } } }, "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "__MSG_extDesc__", "permissions": [ "contextMenus", "storage", "activeTab", "alarms", "notifications" ], "default_locale": "en", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "http://*/*", "https://*/*" ] } ], "host_permissions": [ "http://*/*", "https://*/*", "<all_urls>" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "*://*/*" ], "resources": [ "content_script.js", "present" ] } ] }
ⓘ 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.