Version 1 View in Chrome Web Store
The extension has very limited adoption with only 190 users and a concerning 1.0 star rating from just 2 reviews, suggesting user dissatisfaction. The lack of author information and developer details raises transparency concerns. The extension appears to be a simple utility for downloading Slack emojis, which is a legitimate use case, but the poor reception indicates potential issues with functionality or user experience.
The downloads permission is overly broad for an emoji downloading tool and represents the primary security risk. While downloading emojis requires file access, this permission also grants access to download history and the ability to download any files, which extends far beyond the stated functionality. The content script injection on Slack's emoji customization pages could potentially access sensitive workspace data. The minimal user base and poor ratings suggest the extension may not be well-maintained or properly tested.
Consider running this extension in a separate Chrome profile to isolate potential risks from your main browsing environment. Given the poor user ratings and broad permissions, you might want to look for alternative emoji downloading solutions with better reputations and more restrictive permissions. If you must use this extension, monitor your download folder for unexpected files and review your download history regularly. Consider whether the convenience justifies the security risks, especially given the availability of manual emoji downloading methods.
| https://developer.chrome.com/docs/extensions/reference/downloads/#method-download | https://github.com/GoogleChrome/chrome-extensions-samples/blob/62a8f32a2d299c2259df6388e22a222200dec331/mv2-archive/api/downloads/download_links/popup.js#L49 | |
| https://slackmojis.com/emojis/12133-download | https://clients2.google.com/service/update2/crx |
{ "name": "One click emoji downloader for Slack", "version": "1", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Downloads slack emojis in one click", "permissions": [ "downloads" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https://*.slack.com/customize/emoji" ] } ], "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.