The extension has a very limited user base of only 1,000 users, which raises concerns about its maturity and community vetting. With only 3 ratings despite being available, it lacks sufficient user feedback to establish reliability. The 4.3 rating is positive but based on an extremely small sample size. The missing developer information and last updated date make it difficult to assess the publisher's credibility and whether the extension receives regular security updates.
The extension requests extremely broad permissions that seem excessive for basic tab modification functionality. The combination of tabs permission, universal host permissions, and content script injection across all websites creates a powerful surveillance and data collection capability. These permissions would allow the extension to monitor all browsing activity, access sensitive information on banking and personal sites, and potentially steal credentials or personal data. The broad scope suggests the extension may be designed for purposes beyond simple tab management.
Given the high risk profile, avoid installing this extension unless absolutely necessary. If you must use it, create a separate Chrome profile specifically for this extension and avoid accessing sensitive websites while it's active. Consider looking for alternative tab management extensions with more limited permissions and better established user bases. Monitor your browsing behavior closely if installed, and remove immediately if you notice any suspicious activity.
| https://clients2.google.com/service/update2/crx | http://www.w3.org/2000/svg | |
| https://avenyx.io | https://na.myconnectwise.net/v2025_1/connectwise.aspx?fullscreen=false&locale=en_US#startscreen=sr150&state= |
{ "name": "Tab Modifier", "icons": { "48": "icon.png" }, "action": { "default_popup": "popup.html" }, "version": "1.7", "commands": { "open_popup": { "description": "Open the Tab Modifier popup", "suggested_key": { "default": "Alt+T" } } }, "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "permissions": [ "contextMenus", "activeTab", "scripting", "storage", "tabs" ], "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_start", "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "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.