Jigstack Wallet

The most user-friendly EVM wallet for Ethereum and all EVM chains

Cos'è Jigstack Wallet?

Jigstack Wallet è un'estensione di Chrome sviluppata da Jigstack, e la sua funzione principale è "The most user-friendly EVM wallet for Ethereum and all EVM chains".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jigstack Wallet

Scarica i file di estensione Jigstack 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

                        jWallet is an open source Browser wallet for any Ethereum Virtual Machine Networks (Ethereum, Polygon, Optimism, Arbitrum, etc)

1. Designed for EVM users, just ad your personal RPC, 
2. Native CrossChain Swap and Bridge transaction in your wallet, 
3. Best way per fare dei regali crypto, 

Get jWallet and start Decentralized Finance 👻🌈                    

Informazioni di Base sull'Estensione

Nome Jigstack Wallet Jigstack Wallet
ID oohllogfdpaojikdjjkfmklabefnkkfk
URL Ufficiale https://chromewebstore.google.com/detail/jigstack-wallet/oohllogfdpaojikdjjkfmklabefnkkfk
Descrizione The most user-friendly EVM wallet for Ethereum and all EVM chains
Dimensione del File 33.39 MB
Conteggio Installazioni 97
Versione Corrente 0.1.0
Ultimo Aggiornamento 2023-06-09
Data di Pubblicazione 2023-06-08
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Jigstack
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wallet.jigstack.org/
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jigstack Wallet",
    "short_name": "jWallet",
    "version": "0.1.0",
    "default_locale": "en",
    "description": "The most user-friendly EVM wallet for Ethereum and all EVM chains",
    "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"
    },
    "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": "jWallet"
    },
    "author": "https:\/\/jigstack.org\/",
    "background": {
        "service_worker": "background.js"
    },
    "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": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "notifications",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/wallet.gridplus.io\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "user-media-permission.html",
                "pageProvider.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}