Venom Wallet

Manage Venom wallets and access dApps directly from your browser

Venom Walletคืออะไร?

Venom Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Venom Foundation และคุณลักษณะหลักของมันคือ "Manage Venom wallets and access dApps directly from your browser"

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

screenshot

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

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

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

                        Venom Wallet connects you to the decentralised web: a new internet, whether you're a seasoned user or completely new to Venom blockchain the experience will be simple and easy. Our objective is to make the new decentralised web simple and available to everyone. 

Venom Wallet is a non-custodial wallet and a browser in one. Purchase, send, spend, and trade your digital assets. You may send money to anybody, anywhere or log into websites to exchange assets, swap, bridge, etc. 

Your keys and assets are always in your control with Venom Wallet: 
• Manage your digital assets using Venom Wallet's key management, secure login, and digital wallet. 
• Use your phone to generate passwords and keys and keep your accounts safe. 
• Create a unique multisignature wallet for personal and business needs to keep your funds and transactions even more secure.
• Visit the decentralised web sites via in-app browser and connect to them. 
• Decide what information you want to share with the sites you use and what information you want to keep private. 

Exchanging crypto is easy: you may purchase VENOM and other cryptocurrencies straight through Venom Wallet, which provides a secure and speedy service as well as the ability to link with decentralised exchanges to help manage your portfolio. If you already have Venom Wallet on your desktop, the app will sync your wallet in a matter of seconds. If you're a first-time user, we'll walk you through the process! 

Take the decentralised web with you everywhere you go with the Venom Wallet app.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Venom Wallet Venom Wallet
ID ojggmchlghnjlapmfbnjholfjkiidbch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/venom-wallet/ojggmchlghnjlapmfbnjholfjkiidbch
คำอธิบาย Manage Venom wallets and access dApps directly from your browser
ขนาดไฟล์ 4.42 MB
จำนวนการติดตั้ง 700,000
เวอร์ชันปัจจุบัน 0.3.168
อัปเดตครั้งล่าสุด 2023-11-27
วันที่เผยแพร่ 2022-05-26
คะแนน 4.34/5 รวมทั้งหมด 154 คะแนน
ผู้พัฒนา Venom Foundation
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://venom.foundation
URL หน้าช่วยเหลือ https://venom.foundation
URL หน้านโยบายความเป็นส่วนตัว https://venom.foundation/policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Venom Wallet",
    "version": "0.3.168",
    "description": "Manage Venom wallets and access dApps directly from your browser",
    "minimum_chrome_version": "102",
    "action": {
        "default_title": "Venom Wallet",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/*",
                "\/assets\/*",
                "phishing-warning.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}