Wigwam — Web3 Wallet

Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains

Wigwam — Web3 Wallet क्या है?

Wigwam — Web3 Wallet https://wigwam.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Join the future of finance with Wigwam! 🏕
Your feature-rich crypto wallet for the Web3 ecosystem.

Wigwam is an open-source self-custodial crypto wallet for the most popular blockchain networks: Ethereum, Polygon, BNB Smart Chain, Arbitrum and all EVM compatible.
Explore DeFi, GameFi and NFTs in a safer, faster and modern way!

Website: https://wigwam.app
Twitter: https://twitter.com/wigwamapp
Github: https://github.com/wigwamapp                    

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

नाम Wigwam — Web3 Wallet Wigwam — Web3 Wallet
ID lccbohhgfkdikahanoclbdmaolidjdfl
आधिकारिक URL https://chromewebstore.google.com/detail/wigwam-%E2%80%94-web3-wallet/lccbohhgfkdikahanoclbdmaolidjdfl
विवरण Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains
फ़ाइल का आकार 10.86 MB
स्थापना संख्या 2,348
वर्तमान संस्करण 2.0.7
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2022-01-02
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://wigwam.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wigwam.app
सहायता पृष्ठ URL https://wigwam.app/help
गोपनीयता नीति पृष्ठ URL https://wigwam.app/privacy
समर्थित भाषाएँ en,fr,es,it,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wigwam \u2014 Web3 Wallet",
    "version": "2.0.7",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/128.png",
        "128": "icons\/512.png"
    },
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/wigwam.app",
    "short_name": "Wigwam",
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/localhost:8545\/",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "author": "https:\/\/wigwam.app",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Wigwam",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/128.png",
            "128": "icons\/512.png"
        },
        "chrome_style": false
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/wigwam.app\/*"
            ],
            "js": [
                "scripts\/version.js"
            ],
            "run_at": "document_start"
        }
    ]
}