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 Sep 11, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VOLTS", "version": "1.0.0", "description": "VOLTS Wallets & Signals tracker", "permissions": [ "storage", "sidePanel" ], "host_permissions": [ "https:\/\/api.helius.xyz\/*", "https:\/\/mainnet.helius-rpc.com\/*" ], "action": { "default_title": "Open VOLTS" }, "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "sidepanel.html" }, "sidebar_action": { "default_icon": "icons\/icon1.png", "default_title": "Open VOLTS", "default_panel": "sidepanel.html" }, "icons": { "16": "icons\/icon1.png", "32": "icons\/icon1.png", "48": "icons\/icon1.png", "128": "icons\/icon1.png" } }