BeFi Wallet

BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps,DeFi and NFTs

BeFi Wallet क्या है?

BeFi Wallet BeFi Wallet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps,DeFi and NFTs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BeFi Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps , DeFi and NFTs
BeFi Wallet DAO is the real Web3.0 entry and the community-first multi-chain crypto wallet. Users can send, receive, store and earn from digital assets safely and securely. BeFi is a Community-First Wallet, which will return profits generated by "wallet services" to "wallet users"                    

एक्सटेंशन की मूल जानकारी

नाम BeFi Wallet BeFi Wallet
ID gmcpomojcoaopogcbhpchfpdpfaabihc
आधिकारिक URL https://chromewebstore.google.com/detail/befi-wallet/gmcpomojcoaopogcbhpchfpdpfaabihc
विवरण BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps,DeFi and NFTs
फ़ाइल का आकार 2.33 MB
स्थापना संख्या 2,618
वर्तमान संस्करण 1.4.4
अंतिम अपडेट 2022-06-17
प्रकाशन तिथि 2022-01-13
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर BeFi Wallet
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://befiwalletdao.com/
गोपनीयता नीति पृष्ठ URL http://h5.befiwalletdao.com/private
समर्थित भाषाएँ en,tr,ru,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BeFi Wallet",
    "short_name": "BeFi Wallet",
    "version": "1.4.4",
    "default_locale": "en",
    "description": "BeFi Wallet: Secure Multi-chain wallet for Web3.0 Dapps,DeFi and NFTs",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "BeFi Wallet",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/beefinance.technology\/",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "webextension-polyfill.js",
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/trezor-content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "unlimitedStorage",
        "notifications",
        "system.cpu",
        "system.display",
        "system.memory",
        "system.storage"
    ],
    "web_accessible_resources": [
        "user-media-permission.html"
    ]
}