Addy - Quick Wallet Copy
Easily copy your crypto wallet addresses.
What is Addy - Quick Wallet Copy?
Addy - Quick Wallet Copy is a Chrome extension developed by glitch:), and its main feature is "Easily copy your crypto wallet addresses.".
Extension Screenshots
Download Addy - Quick Wallet Copy Extension CRX File
Download Addy - Quick Wallet Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Addy is a crypto lovers best friend! Easily have access to copy any of your wallet addresses without having to jump around Metamask, Phantom, Sparrow, etc. Store any address string from wallets across all chains and have access to them in a single tap. No wallet connection is required whatsoever, so Addy is 100% safe to use. A FREE, useful tool from glitch:).
Extension Basic Information
Name | Addy - Quick Wallet Copy |
ID | glhefpglgefbmegkpjkdgoikologepdl |
Official URL | https://chromewebstore.google.com/detail/addy-quick-wallet-copy/glhefpglgefbmegkpjkdgoikologepdl |
Description | Easily copy your crypto wallet addresses. |
File Size | 66.59 KB |
Installation Count | 54 |
Current Version | 1.0 |
Last Updated | 2023-09-15 |
Publish Date | 2023-03-30 |
Rating | 5.00/5 Total 16 Ratings |
Developer | glitch:) |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/glitchlabsxyz |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Addy - Quick Wallet Copy", "version": "1.0", "description": "Easily copy your crypto wallet addresses.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "options_page": "options.html", "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |