iWallet Pro

Brand New Version Wallet Extension for lOST

什么是iWallet Pro?

iWallet Pro是由iost.io开发的Chrome扩展程序,该扩展的主要功能是“Brand New Version Wallet Extension for lOST”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载iWallet Pro扩展crx文件

下载iWallet Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 iWallet Pro iWallet Pro
ID jbppfhkifinbpinekbahmdomhlaidhfm
官方URL https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm
简介 Brand New Version Wallet Extension for lOST
文件大小 6.43 MB
安装次数 35,547
当前版本 0.0.6
更新时间 2024-01-10
上架时间 2023-06-21
评分 2.26/5 共23次评分
开发者 iost.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy
支持的语言 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": []
}