The extension has a perfect 5.0 rating from 40 users and serves 10,000 users, indicating positive user experiences. 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 activeTab permission is appropriately scoped for a favicon extraction tool, as it needs to access the current webpage to retrieve the favicon. However, the missing developer information and lack of last updated date raise minor transparency concerns. The extension could potentially access sensitive information on the active tab, though this would be necessary for its core functionality.
This extension appears safe for general use given its limited permissions and positive user feedback. The activeTab permission is justified for favicon extraction purposes. Users should verify the extension actually performs only favicon-related functions when installed. For users handling highly sensitive information, consider testing the extension on non-critical tabs first to ensure it behaves as expected. The low user count relative to similar tools suggests monitoring for any unusual behavior, though the high rating provides reassurance about its legitimacy and functionality.
| 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.