Virgo Wallet

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

Virgo Walletคืออะไร?

Virgo Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://virgo.net และคุณลักษณะหลักของมันคือ "An easy-to-use, cross-chain wallet in your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Virgo Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Virgo Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}