Jigstack Wallet

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

¿Qué es Jigstack Wallet?

Jigstack Wallet es una extensión de Chrome desarrollada por Jigstack, y su función principal es "The most user-friendly EVM wallet for Ethereum and all EVM chains".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Jigstack Wallet

Descarga archivos de extensión Jigstack Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 👻🌈                    

Información Básica de la Extensión

Nombre Jigstack Wallet Jigstack Wallet
ID oohllogfdpaojikdjjkfmklabefnkkfk
URL Oficial https://chromewebstore.google.com/detail/jigstack-wallet/oohllogfdpaojikdjjkfmklabefnkkfk
Descripción The most user-friendly EVM wallet for Ethereum and all EVM chains
Tamaño del Archivo 33.39 MB
Cantidad de Instalaciones 97
Versión Actual 0.1.0
Última Actualización 2023-06-09
Fecha de Publicación 2023-06-08
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador Jigstack
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://wallet.jigstack.org/
Idiomas Soportados 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": []
        }
    ]
}