The extension has a solid 4.7-star rating, though based on only 6 reviews, which limits confidence in user satisfaction. With 9,000 users, it has moderate adoption but lacks substantial market validation. The developer domain "mywishlist.online" appears purpose-built for this extension, though limited developer information makes it difficult to assess company reputation and track record.
The activeTab permission, while commonly used, allows the extension to access and potentially read content from any website you visit when the extension is activated. For a wishlist application, this level of access may be necessary to capture product information, but it creates potential privacy risks if misused. The contextMenus permission is appropriate for wishlist functionality, allowing users to easily add items via right-click menus.
The main concern is the lack of transparency around data handling practices and the relatively small user base with minimal reviews, making it harder to verify the extension's behavior in practice.
Consider running this extension in a separate Chrome profile if you frequently visit sensitive websites or handle confidential information. Monitor the extension's behavior when adding items to your wishlist to ensure it only accesses necessary page content. Review the developer's privacy policy if available, and consider alternatives with larger user bases and more established developers if privacy is a primary concern.
| http://www.w3.org/2000/svg | https://mywishlist.online/items/new?url= | |
| https://clients2.google.com/service/update2/crx | https://mywishlist.online/items/new#utm_source=chromeextension | |
| https://mywishlist.online/#utm_source=chromeextension |
{ "name": "My Wishlist", "icons": { "16": "images/logo-16.png", "32": "images/logo-32.png", "48": "images/logo-48.png", "64": "images/logo-64.png", "128": "images/logo-128.png" }, "action": { "default_icon": { "16": "images/logo-16.png", "32": "images/logo-32.png", "48": "images/logo-48.png", "64": "images/logo-64.png", "128": "images/logo-128.png" }, "default_popup": "popup.html", "default_title": "My Wishlist" }, "version": "1.3", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Add new items to your wishlist on MyWishlist.online.", "permissions": [ "activeTab", "contextMenus" ], "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.