The extension has a perfect 5.0 rating, though this is based on only 1 review, making it statistically insignificant. With just 331 users and being a version 1.0 release, this appears to be a new or niche extension with limited adoption. The lack of developer information and missing last updated date raises transparency concerns. The extension's narrow focus on Indeed job filtering suggests legitimate functionality, but the minimal user base makes it difficult to assess reliability through community feedback.
The activeTab permission, while reasonable for a job filtering tool, allows access to sensitive information on Indeed pages including personal job search history, saved jobs, and profile data. The storage permission enables persistent data collection, which could accumulate detailed user behavior patterns over time. The content script injection specifically targets Indeed domains, creating a focused attack surface. The absence of developer contact information makes accountability and support unclear. The extremely limited user base provides insufficient community vetting of the extension's behavior.
Consider using this extension in a separate Chrome profile dedicated to job searching to isolate any potential data exposure. Monitor what data the extension stores locally through Chrome's developer tools. Given the low user count, wait for broader adoption and more reviews before trusting it with sensitive job search activities. Look for more established alternatives with larger user bases and transparent developer information if available.
| https://clients2.google.com/service/update2/crx | https://www.robotstxt.org/robotstxt.html | |
| https://reactjs.org/docs/error-decoder.html?invariant= | http://www.w3.org/1999/xlink | |
| http://www.w3.org/XML/1998/namespace | http://www.w3.org/2000/svg | |
| http://www.w3.org/1998/Math/MathML | http://www.w3.org/1999/xhtml | |
| https://bit.ly/CRA-vitals |
{ "name": "Indeed Job Filter", "action": { "default_popup": "index.html" }, "version": "1.0", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "A Chrome extension to filter Indeed job listings.", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https://*.indeed.com/*" ] } ], "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.