Address Label is a Chrome Extension that replaces blockchain addresses (EVM, Bitcoin, Solana) with custom nicknames across the web.
Your privacy is our top priority.
- 100% Local Storage: All your data (address labels) is stored strictly within your browser's local storage (
chrome.storage.local). - No External Communication: This extension never sends data to any external server, API, or third-party service.
- No Tracking: We do not track your browsing history or collect any usage analytics.
- Open Source: You can inspect the code to verify that no data ever leaves your machine.
- EVM (Ethereum, Polygon, BSC, etc.):
0x... - Bitcoin:
bc1...,1...,3... - Solana: Base58 addresses (e.g.,
5U1...)
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/. - Enable Developer mode in the top right.
- Click Load unpacked.
- Select the
address-label/srcdirectory.
-
Add a Label:
- Method A: Click the extension icon to open the manager and add addresses manually.
- Method B: Select any crypto address (EVM, BTC, SOL) on a web page with your mouse. An "Add Label" popup will appear. Enter a nickname and save.
-
View Labels:
- The addresses on the page will be replaced by the nickname (e.g.,
My Main Wallet). - Hover over the nickname to see the original address.
- The addresses on the page will be replaced by the nickname (e.g.,
-
Edit/Delete:
- Open the extension popup to edit or delete saved labels.
manifest.json: Extension configuration (Manifest V3).content.js: Main logic for scanning DOM and replacing text.content.css: Styles for the replaced labels and the selection popup.popup.html&popup.js: Management UI.