Starting analysis...
Version 2.0.5 View in Chrome Web Store
The extension has a solid 4.4-star rating from 62 users and serves 4,000 users, indicating reasonable user satisfaction. The functionality aligns well with its stated purpose of automatic tab grouping. The developer domain (failab.eu) appears to be a legitimate entity, and the extension uses Manifest V3, which provides better security controls than older versions.
The primary concern is the tabs permission, which grants broad access to browser tab information and manipulation capabilities. While this permission is necessary for the extension's core functionality of organizing tabs into groups, it also allows the extension to view URLs, titles, and potentially sensitive information from all open tabs. The storage permission, while lower risk, enables data persistence that could be used to track browsing patterns over time.
Given the medium risk level, consider running this extension in a separate Chrome profile if you frequently work with sensitive information or confidential websites. Monitor the extension's behavior and review what data it might be storing. The relatively small user base (4,000) means less community oversight compared to more popular extensions. Regularly check for updates and consider alternatives if the extension requests additional permissions in future versions. The functionality appears legitimate, but the broad tab access warrants cautious use.
| https://somewebsite.com | http://sub.domain.com | |
| https://www.domain.com | https://en.wikipedia.com | |
| https://wikipedia.com | https://www.wikipedia.com | |
| https://facebook.com | https://www.buymeacoffee.com/faisalbin | |
| https://faisalbin.com | https://chrome.google.com/webstore/detail/tabius-tab-grouping-assis/enceimdjnaccoeikjobaeicfodlfnijp | |
| http://www.w3.org/2000/svg | https://clients2.google.com/service/update2/crx |
{ "name": "Tabius - Automatic Tab Grouping Assistant", "icons": { "128": "/icon.png" }, "action": { "default_popup": "src/action.html", "default_title": "Tab Groups" }, "author": "Faisal Ahmed", "version": "2.0.5", "background": { "type": "module", "service_worker": "assets/background.js" }, "options_ui": { "page": "src/options/options.html", "open_in_tab": true }, "short_name": "Tabius", "update_url": "https://clients2.google.com/service/update2/crx", "description": "An Automatic Tab Grouping Extension for Your Browser.", "permissions": [ "tabs", "tabGroups", "storage" ], "content_scripts": [], "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.