Cripz Wallet

Cripz Wallet is a secure, decentralized, easy to use and free wallet.

什么是Cripz Wallet?

Cripz Wallet是由https://cripz.com开发的Chrome扩展程序,该扩展的主要功能是“Cripz Wallet is a secure, decentralized, easy to use and free wallet.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Cripz Wallet扩展crx文件

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

扩展使用说明

                        Cripz Wallet is an open-source decentralized cryptocurrency wallet for sending and receiving tokens. With the extension you can connect to the Cripz decentralized platform to make direct anonymous deals with other users without intermediaries. 

The wallet has the functionality to create a digital signature required to work with Escrow, which provides maximum security when you buying or selling cryptocurrency.

Main functions:
- Create new wallet or import existing
- Send and receive tokens 
- Connect with Dapps Cripz securely for trading
- Easily confirm transactions directly on desktop

Learn more at cripz.com/wallet                    

扩展基本信息

名称 Cripz Wallet Cripz Wallet
ID gfcjcolbeianigogpbkkgfioaamnbfag
官方URL https://chromewebstore.google.com/detail/cripz-wallet/gfcjcolbeianigogpbkkgfioaamnbfag
简介 Cripz Wallet is a secure, decentralized, easy to use and free wallet.
文件大小 3.18 MB
安装次数 54
当前版本 1.1.5
更新时间 2022-12-13
上架时间 2022-08-10
评分 5.00/5 共1次评分
开发者 https://cripz.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cripz.com/ru/wallet
支持的语言 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Cripz",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/localhost:4200\/*",
        "https:\/\/app.cripz.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "70": "icon-70.png",
        "144": "icon-144.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:4200\/*",
                "https:\/\/app.cripz.com\/*",
                "https:\/\/cripz.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "scripting",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "manifest_version": 3
}