Safle Wallet

Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.

什么是Safle Wallet?

Safle Wallet是由https://safle.com开发的Chrome扩展程序,该扩展的主要功能是“Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.”。

扩展截图

screenshot
screenshot

下载Safle Wallet扩展crx文件

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

扩展使用说明

                        Safle Wallet - Your gateway to decentralised applications.                    

扩展基本信息

名称 Safle Wallet Safle Wallet
ID pmmbeeacafhbpgmlkacpadheejlhhkbf
官方URL https://chromewebstore.google.com/detail/safle-wallet/pmmbeeacafhbpgmlkacpadheejlhhkbf
简介 Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.
文件大小 15.1 MB
安装次数 1,091
当前版本 0.9.9
更新时间 2023-11-22
上架时间 2022-05-03
评分 5.00/5 共13次评分
开发者 https://safle.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://safle.com
帮助页面URL http://t.me/saflechat
隐私政策页面URL https://safle.com/privacyPolicy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safle Wallet",
    "version": "0.9.9",
    "description": "Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.",
    "manifest_version": 3,
    "action": {
        "default_popup": ".\/index.html",
        "default_title": "Open Safle Wallet",
        "default_icon": ".\/safle-icon.png"
    },
    "icons": {
        "16": ".\/safle-icon_16.png",
        "32": ".\/safle-icon_32.png",
        "48": ".\/safle-icon_48.png",
        "128": ".\/safle-icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "eth-provider.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https:",
        "sandbox": "sandbox allow-scripts; script-src 'self'"
    }
}