Zerion: Wallet for Web3 & NFTs

A crypto wallet for everything onchain. Browse, own, and unlock the new internet.

Zerion: Wallet for Web3 & NFTs là gì?

Zerion: Wallet for Web3 & NFTs là một tiện ích mở rộng Chrome được phát triển bởi https://zerion.io, và tính năng chính của nó là "A crypto wallet for everything onchain. Browse, own, and unlock the new internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zerion: Wallet for Web3 & NFTs

Tải xuống các tệp mở rộng Zerion: Wallet for Web3 & NFTs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Say hello to the Zerion Wallet Extension. Built for a better Web3 browsing experience in a multichain world with advanced onchain security. Over 550K self-custodial humans trust Zerion each month as their go-to crypto wallet for exploring every layer of web3. Learn why you’ll love it even more now with the browser extension.

A CRYPO WALLET FOR EVERY LAYER OF WEB3

Browse, build, unlock and own the new internet. Zerion makes it easy and safe for you to interact with the dApps you love, switching between multiple chains and wallets.

EVERY DAPP. EVERY ASSET. EVERY CHAIN. ONE WALLET.

All of your tokens, DeFi positions, NFT collection, and transaction history across all major networks — all in human-readable language. 

STOP STRESSING. START TRANSACTING

Self-custodial, open-source, and independently audited, Zerion keeps you safe as you journey deeper into Web3 with complete peace of mind.

NEVER MISS AN AIRDROP, MINT OR REWARD

Unlock your wallet’s potential with the Perks tab and get notified on opportunities based on your onchain activities, trending projects, and popular wallets.

FOR WEB3 CITIZENS, NOT TOURISTS

Designed for self-custodial humans who actively use, trade, collect, buy, sell, and play in Web3 every day.

CLAIM YOUR ZERION DNA

Zerion DNA (Dynamic NFT Avatar) is a first-of-its-kind living NFT that evolves as you explore every corner of Web3, showcasing your unique onchain identity. Join our growing community of 200k+ DNA NFT holders.

YOUR WALLET. YOUR KEYS. YOUR DATA.
Your personal data, assets, and keys remain under your control with Zerion. We don’t cross-associate wallet addresses, ensuring your anonymity and privacy are preserved.

Find out more about our Terms of Service and Privacy Policy here:
https://zerion.io/terms.pdf
https://zerion.io/privacy.pdf                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zerion: Wallet for Web3 & NFTs Zerion: Wallet for Web3 & NFTs
ID klghhnkeealcohjjanjjdaeeggmfmlpl
URL Chính Thức https://chromewebstore.google.com/detail/zerion-wallet-for-web3-nf/klghhnkeealcohjjanjjdaeeggmfmlpl
Mô tả A crypto wallet for everything onchain. Browse, own, and unlock the new internet.
Kích Thước Tệp 6.18 MB
Số Lần Cài Đặt 71,370
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2023-06-02
Đánh Giá 4.73/5 Tổng số 696 Đánh Giá
Nhà Phát Triển https://zerion.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zerion.io/
URL Trang Trợ Giúp https://zerion.io/
URL Trang Chính Sách Bảo Mật https://zerion.io/privacy.pdf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.2.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "logo-icon-16.f3c62d27.png",
        "32": "logo-icon-32.4a59008d.png",
        "48": "logo-icon-48.1d23ed75.png",
        "128": "logo-icon-128.4a4ea3f9.png"
    },
    "action": {
        "default_icon": {
            "16": "logo-icon-16.f3c62d27.png",
            "32": "logo-icon-32.4a59008d.png",
            "48": "logo-icon-48.1d23ed75.png",
            "128": "logo-icon-128.4a4ea3f9.png"
        },
        "default_title": "Zerion",
        "default_popup": "popup.8e8f209b.html"
    },
    "author": "https:\/\/zerion.io\/",
    "background": {
        "service_worker": "background.687c82fc.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.8a17b343.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/localhost\/*",
                "http:\/\/0.0.0.0\/*"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-script\/in-page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}