Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Aggr Trade", "description": "Real-time cryptocurrency trades from multiple exchanges, providing live updates, volume-based alerts, and trade statistics.", "version": "1.3.9", "action": { "default_icon": "icons\/icon128.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "<all_urls>" ] }