The extension has a reasonable user base of 1,000 downloads with a solid 4.3-star rating from 11 reviews, indicating generally positive user experiences. However, the version number 0.0.1 suggests this is a very early release, which raises concerns about stability and thorough testing. The lack of visible author and developer information significantly reduces transparency and accountability.
The tabs permission is the primary concern, as it grants broad access to browser tab information and manipulation capabilities. While this aligns with the extension's tab grouping functionality, it could potentially be misused to monitor browsing activity or redirect users to malicious sites. The storage permission, though less concerning, allows data persistence which could be used to track user behavior over time. The early version number combined with anonymous development creates additional uncertainty about the extension's reliability and security practices.
Given the medium risk level, consider running this extension in a separate Chrome profile to isolate potential security impacts from your main browsing environment. Monitor the extension's behavior closely, especially regarding unexpected tab manipulations or performance issues. Consider waiting for more mature versions with established developer credentials before using it with sensitive browsing activities. Regularly review the extension's permissions and remove it if you notice any suspicious behavior or if your tab grouping needs can be met through Chrome's built-in features.
| https://clients2.google.com/service/update2/crx | https://developer.chrome.com/docs/extensions/reference/tabGroups/#type-Color | |
| https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#basic-rules-syntax |
{ "name": "Tab Grouper", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" }, "version": "0.0.1", "background": { "service_worker": "tabgroups.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Automatically group tabs based on URL matches", "permissions": [ "tabGroups", "storage", "tabs" ], "options_page": "options.html", "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.