Consider running this extension in a separate Chrome profile dedicated to work or specific monitoring needs if it's required by your organization. Verify with your IT department whether this extension is officially sanctioned. For personal use, the risk-to-benefit ratio appears unfavorable unless you have a specific need for web traffic monitoring. Monitor your browsing behavior and consider alternatives with more limited permissions if similar functionality is needed.
| https://clients2.google.com/service/update2/crx |
{ "name": "SysTrack Web Collection", "icons": { "48": "icon48.png", "128": "icon128.png" }, "version": "3.0.1", "background": { "type": "module", "service_worker": "lsihookServiceWorker.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Load time and responsiveness monitor", "permissions": [ "storage", "webRequest" ], "content_scripts": [ { "js": [ "lsihookContent.js" ], "run_at": "document_start", "matches": [ "http://*/*", "https://*/*" ] } ], "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.