The extension has a perfect 5.0 rating, though this is based on only 1 review, making it statistically insignificant. With 719 users, it has a relatively small user base which limits community validation. The lack of developer information and company details raises transparency concerns, as users cannot verify the creator's reputation or contact them for support.
The storage permission appears appropriate for a student randomizer tool that would need to save student lists and settings. However, the use of Manifest Version 2 is concerning as it operates under less restrictive security policies compared to the current Manifest V3 standard. The minimal technical footprint (no content scripts, background scripts, or host permissions) is positive from a security standpoint, but the lack of recent update information makes it unclear if the extension is actively maintained.
This extension presents moderate risk due to outdated manifest version and limited transparency. Consider running it in a separate Chrome profile if you need its functionality. Look for alternative student randomizer extensions that use Manifest V3 and have more established developer credentials. If you proceed with this extension, monitor its behavior and avoid storing sensitive student information through it. The limited permissions scope makes it relatively contained, but the outdated security framework warrants caution.
| https://fonts.googleapis.com/css?family=Roboto | https://fonts.googleapis.com/css?family=Mali | |
| https://stackoverflow.com/questions/13546778/how-to-communicate-between-popup-js-and-background-js-in-chrome-extension | https://stackoverflow.com/questions/1033398/how-to-execute-a-function-when-page-has-fully-loaded | |
| https://www.w3schools.com | https://fdossena.com/?p=html5cool/buttons/i.frag | |
| https://developer.chrome.com/extensions/devguide | https://clients2.google.com/service/update2/crx |
{ "name": "Student Randomizer", "icons": { "16": "images/logo.png", "48": "images/logo48.png", "96": "images/logo96.png", "128": "images/logo128.png" }, "version": "1.6", "background": { "scripts": [ "background.js" ], "persistent": false }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Randomly Selects Students", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Select a student!" }, "manifest_version": 2 }
ⓘ 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.