Description from extension meta
Exports your ES explorer profile into a JSON file.
Image from store
Description from store
# ES Profile Exporter
A browser extension that allows you to easily export your Etherscan profile data.
## How to use
See https://mirror.xyz/0x4E4c1d3D2896890cE5a12ecaB70E311B47237142/gDbNsHInk3bmmOL6QXNMiDd20EmkmrKGnxPy6RXdioE
## Features
- Adds an "EXPORT PROFILE" button to your Etherscan profile page
- Exports data from multiple profile sections:
- Address information
- Transaction notes
- Address notes
- Token ignore list
- Downloads a timestamped JSON file containing all your profile information
- Progress indicator during export process
- Works with both Chrome and Firefox browsers
## Supported websites
- https://snowscan.xyz/
- https://etherscan.io/
- https://basescan.org/
## Usage
1. Log in to your snowscan.xyz account
2. Navigate to any of your profile pages (e.g., /myaddress, /mynotes_tx, etc.)
3. Click the "EXPORT PROFILE" button at the top of the page
4. Wait for the export process to complete
5. The JSON file will be automatically downloaded to your default downloads folder
## Output Format
The exported JSON file contains the following structure:
```json
{
"/myaddress": [
{
"address": "0x...",
"description": "...",
"addedAt": "..."
}
],
"/mynotes_tx": [
{
"txHash": "0x...",
"note": "...",
"addedAt": "..."
}
],
"/mynotes_address": [
{
"address": "0x...",
"name": "...",
"note": "...",
"addedAt": "...",
"favorite": true/false
}
],
"/mytokenignore": [
{
"address": "0x...",
"note": "...",
"addedAt": "..."
}
]
}
```
## Permissions
This extension requires minimal permissions:
- No additional browser permissions required
- Does not collect or transmit any data outside of your local machine
## Browser Support
- Chrome: Latest version
## Contributing
Feel free to submit issues and pull requests for any improvements or bug fixes.
## License
This project is open source and available under the MIT License.
## Security Note
This extension operates entirely client-side. No data is transmitted to external servers - all exported data is saved directly to your local machine.
Statistics
Installs
7
history
Category
Rating
0.0 (0 votes)
Last update / version
2025-04-29 / 1.5
Listing languages
en