iWallet Pro

Brand New Version Wallet Extension for lOST

Cos'è iWallet Pro?

iWallet Pro è un'estensione di Chrome sviluppata da iost.io, e la sua funzione principale è "Brand New Version Wallet Extension for lOST".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione iWallet Pro

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

                        A Brand New Version IOST Wallet in your Browser.
iWallet Pro is the Brand New Version for iWallet, it's a tool for using IOST account and  accessing IOST enabled distributed applications, or Dapps in your browser. The safe and simple way to access blockchain applications and web3.                    

Informazioni di Base sull'Estensione

Nome iWallet Pro iWallet Pro
ID jbppfhkifinbpinekbahmdomhlaidhfm
URL Ufficiale https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm
Descrizione Brand New Version Wallet Extension for lOST
Dimensione del File 6.43 MB
Conteggio Installazioni 35,547
Versione Corrente 0.0.6
Ultimo Aggiornamento 2024-01-10
Data di Pubblicazione 2023-06-21
Valutazione 2.26/5 Totale 23 Valutazioni
Sviluppatore iost.io
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iWallet Pro",
    "manifest_version": 3,
    "version": "0.0.6",
    "description": "Brand New Version Wallet Extension for lOST",
    "action": {
        "default_popup": "index.html",
        "default_title": "iWallet"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/inpage.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": []
}