iWallet Pro

Brand New Version Wallet Extension for lOST

Wat is iWallet Pro?

iWallet Pro is een Chrome-extensie ontwikkeld door iost.io, en de belangrijkste functie is "Brand New Version Wallet Extension for lOST".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie iWallet Pro

Download iWallet Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam iWallet Pro iWallet Pro
ID jbppfhkifinbpinekbahmdomhlaidhfm
Officiële URL https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm
Beschrijving Brand New Version Wallet Extension for lOST
Bestandsgrootte 6.43 MB
Aantal Installaties 35,547
Huidige Versie 0.0.6
Laatst Bijgewerkt 2024-01-10
Publicatiedatum 2023-06-21
Beoordeling 2.26/5 Totaal 23 Beoordelingen
Ontwikkelaar iost.io
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy
Ondersteunde Talen 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": []
}