Virgo Wallet

An easy-to-use, cross-chain wallet in your browser!

Virgo Wallet란 무엇입니까?

Virgo Wallet은(는) https://virgo.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy-to-use, cross-chain wallet in your browser!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Virgo Wallet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        All-in-one decentralized cryptocurrency secure wallet. 

Virgo Wallet is one of the most trustworthy crypto wallets on the market, used daily by thousands of users. 

The extension supports hundreds of tokens on a dozen chains, including Ethereum, Polygon, Binance Smart Chain, Avalanche, Fantom, Huobi Deco Chain, Chronos Chain, Kucoin Chain, Ethereum Classic, Ethereum Pow, Ethereal Fair and others. 

What do our users like most about Virgo Wallet?

Send and receive crypto from our friends in security, exchange tokens at the best price across multiple chains with Atomic Swap technology, earn tokens with our airdrops, use your favorite Web3 dApps, view the price and latest news of tokens. 

Virgo Wallet also allows you to : 

Store and trade securely popular digital assets directly with each other. We support Ethereum (ETH), BNB Chain (BNB), Polygon (MATIC), Avalanche (AVAX), our own token (VGO), and hundreds of other tokens!

Add your friends' contact addresses to simplify sending. Rename them, add them as favourites and write notes. 

Choose the currency that suits you best (USD) (EUR) and more coming soon! 

Cancel your transactions a few seconds after sending. 

Add, import, and manage multiple wallets. 

Add your own custom tokens. 

Other features coming soon include a mobile app, dark theme, dApps store and more. 

Join the thousands of users who already trust our wallet, install Virgo Wallet extension now!                    

확장 프로그램 기본 정보

이름 Virgo Wallet Virgo Wallet
ID ibljocddagjghmlpgihahamcghfggcjc
공식 URL https://chromewebstore.google.com/detail/virgo-wallet/ibljocddagjghmlpgihahamcghfggcjc
설명 An easy-to-use, cross-chain wallet in your browser!
파일 크기 4.5 MB
설치 횟수 1,111
현재 버전 0.8.3
최근 업데이트 2024-01-31
출시 날짜 2022-08-24
평점 4.89/5 총 167 개의 평점
개발자 https://virgo.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://virgo.net
도움말 페이지 URL https://virgo.net
개인정보 보호 정책 페이지 URL https://virgo.net/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Virgo Wallet",
    "version": "0.8.3",
    "short_name": "Virgo Wallet",
    "description": "An easy-to-use, cross-chain wallet in your browser!",
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "action": {
        "default_icon": "ui\/images\/walletLogo.png",
        "default_popup": "ui\/html\/popup.html",
        "default_title": "Virgo"
    },
    "icons": {
        "128": "ui\/images\/walletLogo.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/web3Provider.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "commonJS\/browser-polyfill.js",
                "content\/injectedWeb3Provider.js"
            ]
        }
    ]
}