The extension has a solid 4.6-star rating from 26 reviews, indicating positive user experiences. However, the relatively small user base of 2,000 installations suggests limited widespread adoption. The developer provides a website (flowapps.co) which adds some legitimacy, though more information about the company would strengthen trust.
The primary concern is the tabs permission, which grants broad access to browser tab information and manipulation capabilities. While this is likely necessary for a tab switching utility, it represents significant access that could be misused. The storage permission, though less concerning, allows data persistence. The use of Manifest V2 indicates the extension hasn't been updated to newer security standards, which is particularly notable given no recent update information is provided.
Given the medium risk level, consider running this extension in a separate Chrome profile if you handle sensitive information in your browser. Monitor the extension's behavior and ensure it only performs expected tab switching functions. Look for alternative tab management extensions that use Manifest V3 for better security. If you decide to keep using it, regularly review what data might be stored and consider the sensitivity of your browsing habits. The limited user base suggests you might want to evaluate more established alternatives with larger user communities and more frequent updates.
| https://clients2.google.com/service/update2/crx | http://flowapps.co/tabswitcher | |
| http://fusejs.io | http://kiro.me | |
| http://www.apache.org/licenses/LICENSE-2.0 |
{ "name": "Tab Switcher", "icons": { "16": "icons/icon-16.png", "19": "icons/icon-19.png", "38": "icons/icon-38.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png", "256": "icons/icon-256.png" }, "author": "Kalle Persson", "version": "2.2.0", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K" } } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "open_in_tab": false }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Rapidly filter and switch between windows & tabs", "permissions": [ "tabs", "storage" ], "homepage_url": "http://flowapps.co/tabswitcher", "browser_action": { "default_popup": "switcher.html" }, "manifest_version": 2 }
ⓘ 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.