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
官方網址 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'"
    }
}