Starting analysis...
Version 0.0.1.2 View in Chrome Web Store
The extension has a reasonable user base of 5,000 users with a solid 4.3-star rating from 66 reviews, suggesting legitimate functionality and user satisfaction. The core purpose of grouping tabs by domain is a common productivity need that aligns well with the requested permissions. However, the lack of developer information and missing last updated date raises some transparency concerns.
The tabs permission is the primary concern as it grants broad access to all browser tabs, including URLs, titles, and the ability to manipulate tabs across all websites. While necessary for the extension's core functionality, this permission could potentially be misused to track browsing habits or access sensitive information from tab titles and URLs. The storage permission, though lower risk, allows the extension to persist data locally. The extension is also relatively new (version 0.0.1.2) with limited version history.
This extension appears legitimate for its stated purpose, but the broad tabs permission warrants caution. Consider running it in a separate Chrome profile if you frequently work with sensitive or confidential websites. Monitor the extension's behavior and review any data it might be storing. Given the missing developer information, be prepared to remove the extension if any suspicious activity is detected. The functionality-to-risk ratio seems reasonable for users who genuinely need tab organization features.
| http://materializecss.com | https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE | |
| http://fian.my.id/Waves | https://github.com/fians/Waves/blob/master/LICENSE | |
| https://g.co/ng/security#xss | http://www.w3.org/2000/svg | |
| http://www.w3.org/1999/xhtml | http://www.w3.org/1999/xlink | |
| http://www.w3.org/XML/1998/namespace | http://www.w3.org/2000/xmlns/ | |
| http://www.w3.org/1998/MathML/ | http://www.apache.org/licenses/ | |
| http://www.apache.org/licenses/LICENSE-2.0 | https://angular.io/license | |
| https://fonts.gstatic.com | https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 | |
| https://clients2.google.com/service/update2/crx | http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd |
{ "name": "Group Tabs By Domain", "icons": { "16": "images/icon-16.png", "32": "images/icon-32.png", "48": "images/icon-48.png", "128": "images/icon-128.png" }, "action": { "default_popup": "popup.html" }, "version": "0.0.1.2", "commands": { "group-tabs-by-domain": { "description": "Streamline browsing. Group tabs by domain effortlessly. Stay organized, boost productivity.", "suggested_key": { "mac": "Command+Shift+K", "default": "Ctrl+Shift+K" } } }, "background": { "service_worker": "serviceWorker.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Streamline browsing. Group tabs by domain effortlessly. Stay organized, boost productivity.", "permissions": [ "tabGroups", "tabs", "storage" ], "manifest_version": 3 }