Wigwam — Web3 Wallet

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

Qu'est-ce que Wigwam — Web3 Wallet ?

Wigwam — Web3 Wallet est une extension Chrome développée par https://wigwam.app, et sa fonction principale est "Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wigwam — Web3 Wallet

Téléchargez les fichiers d'extension Wigwam — Web3 Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Wigwam — Web3 Wallet Wigwam — Web3 Wallet
ID lccbohhgfkdikahanoclbdmaolidjdfl
URL Officiel https://chromewebstore.google.com/detail/wigwam-%E2%80%94-web3-wallet/lccbohhgfkdikahanoclbdmaolidjdfl
Description Reliable and secure self-custody crypto wallet for Ethereum and all EVM blockchains
Taille du Fichier 10.86 MB
Nombre d'Installations 2,348
Version Actuelle 2.0.7
Dernière Mise à Jour 2024-03-05
Date de Publication 2022-01-02
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://wigwam.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wigwam.app
URL de la Page d'Aide https://wigwam.app/help
URL de la Page de Politique de Confidentialité https://wigwam.app/privacy
Langues Prises en Charge 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"
        }
    ]
}