iWallet Pro

Brand New Version Wallet Extension for lOST

O que é iWallet Pro?

iWallet Pro é uma extensão do Chrome desenvolvida por iost.io, e sua principal característica é "Brand New Version Wallet Extension for lOST".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão iWallet Pro

Baixe arquivos de extensão iWallet Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome iWallet Pro iWallet Pro
ID jbppfhkifinbpinekbahmdomhlaidhfm
URL Oficial https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm
Descrição Brand New Version Wallet Extension for lOST
Tamanho do Arquivo 6.43 MB
Contagem de Instalações 35,547
Versão Atual 0.0.6
Última Atualização 2024-01-10
Data de Publicação 2023-06-21
Classificação 2.26/5 Total de 23 Avaliações
Desenvolvedor iost.io
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy
Idiomas Suportados 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": []
}