| https://clients2.google.com/service/update2/crx | https://json.schemastore.org/chrome-manifest |
{ "name": "URL Cleaner", "icons": { "16": "assets/icons/icon16.png", "48": "assets/icons/icon48.png", "128": "assets/icons/icon128.png" }, "action": { "default_popup": "popup.html" }, "$schema": "https://json.schemastore.org/chrome-manifest", "version": "0.1.0", "background": { "type": "module", "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs", "permissions": [ "activeTab", "clipboardWrite", "storage", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "http://*/*", "https://*/*" ], "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.