Wigwam — Web3 Wallet

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

Cos'è Wigwam — Web3 Wallet?

Wigwam — Web3 Wallet è un'estensione di Chrome sviluppata da https://wigwam.app, e la sua funzione principale è "Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wigwam — Web3 Wallet

Scarica i file di estensione Wigwam — Web3 Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Wigwam — Web3 Wallet Wigwam — Web3 Wallet
ID lccbohhgfkdikahanoclbdmaolidjdfl
URL Ufficiale https://chromewebstore.google.com/detail/wigwam-%E2%80%94-web3-wallet/lccbohhgfkdikahanoclbdmaolidjdfl
Descrizione Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains
Dimensione del File 10.86 MB
Conteggio Installazioni 2,348
Versione Corrente 2.0.7
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2022-01-02
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://wigwam.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wigwam.app
URL della Pagina di Aiuto https://wigwam.app/help
URL della Pagina della Politica sulla Privacy https://wigwam.app/privacy
Lingue Supportate 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"
        }
    ]
}