CLV Wallet

A Polkadot/Ethereum Wallet in your Browser

CLV Walletคืออะไร?

CLV Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clover.finance และคุณลักษณะหลักของมันคือ "A Polkadot/Ethereum Wallet in your Browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        CLV Wallet is an open-source multi currency wallet that lives in your browser. Interact with cross-chain DeFi applications without needing to switch between networks in an all-in one streamlined interface. Send, receive, wrap and unwrap cross-chain assets across Ethereum, Polkadot and Binance Smart Chain. Entirely non-custodial and free to use.                    

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

ชื่อ CLV Wallet CLV Wallet
ID nhnkbkgjikgcigadomkphalanndcapjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clv-wallet/nhnkbkgjikgcigadomkphalanndcapjk
คำอธิบาย A Polkadot/Ethereum Wallet in your Browser
ขนาดไฟล์ 21.96 MB
จำนวนการติดตั้ง 62,841
เวอร์ชันปัจจุบัน 6.3.4
อัปเดตครั้งล่าสุด 2023-08-29
วันที่เผยแพร่ 2021-03-06
คะแนน 3.05/5 รวมทั้งหมด 303 คะแนน
ผู้พัฒนา https://clover.finance
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://clover.finance
URL หน้านโยบายความเป็นส่วนตัว https://agreement.clover.finance/privacy.html
ภาษาที่รองรับ de,en,fr,vi,tr,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/manifest\/icon1-16.png",
            "19": "images\/manifest\/icon1-19.png",
            "32": "images\/manifest\/icon1-32.png",
            "38": "images\/manifest\/icon1-38.png",
            "64": "images\/manifest\/icon1-64.png",
            "128": "images\/manifest\/icon1-128.png",
            "512": "images\/manifest\/icon1-512.png"
        },
        "default_title": "CLV Wallet",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/clover.finance\/",
    "background": {
        "service_worker": "app-init.js"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/common.bundle.js",
                "scripts\/5996.bundle.js",
                "scripts\/content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval';object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/manifest\/icon1-16.png",
        "19": "images\/manifest\/icon1-19.png",
        "32": "images\/manifest\/icon1-32.png",
        "38": "images\/manifest\/icon1-38.png",
        "48": "images\/manifest\/icon1-48.png",
        "64": "images\/manifest\/icon1-64.png",
        "128": "images\/manifest\/icon1-128.png",
        "512": "images\/manifest\/icon1-512.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "activeTab",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/localhost:8545\/",
        "*:\/\/*.eth\/",
        "https:\/\/*\/*"
    ],
    "short_name": "__MSG_appName__",
    "version": "6.3.4",
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "images\/manifest\/icon1-512.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/clover.finance\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "88"
}