The extension has a perfect 5.0 rating from 40 users and serves 10,000 users, indicating positive user experience. The functionality appears straightforward - extracting favicons from websites. The use of Manifest V3 demonstrates adherence to modern Chrome extension standards with enhanced security features.
The primary concern is the activeTab permission, which allows the extension to access content of the currently active tab when the user clicks the extension icon. While this permission is necessary for favicon extraction functionality, it does provide access to the full page content, including potentially sensitive information like form data, personal details, or confidential business information displayed on the page.
The lack of detailed developer information makes it difficult to assess the publisher's credibility and data handling practices. Without transparency about the developer, users cannot easily verify the extension's legitimacy or contact support if issues arise.
This extension presents relatively low risk for most users due to its limited scope and user-activated permissions model. The activeTab permission only activates when you explicitly click the extension, providing user control over when access is granted. For users handling highly sensitive information, consider using this extension in a separate Chrome profile dedicated to non-sensitive browsing activities. Always verify that favicon extraction is the only functionality being performed when using the extension.
| https://clients2.google.com/service/update2/crx |
{ "name": "Get Favicon", "action": { "default_icon": { "16": "images/icon16.png", "48": "images/icon48.png", "128": "images/icon128.png" }, "default_popup": "popup.html" }, "version": "2.0", "update_url": "https://clients2.google.com/service/update2/crx", "description": "This extension displays the current page's favicon as well as the favicon's URL and dimensions.", "permissions": [ "activeTab" ], "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.