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開發的Chrome擴展程式,該擴展的主要功能是“Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Wigwam — Web3 Wallet擴展crx文件

下載Wigwam — Web3 Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}