Cripz Wallet

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

O que é Cripz Wallet?

Cripz Wallet é uma extensão do Chrome desenvolvida por https://cripz.com, e sua principal característica é "Cripz Wallet is a secure, decentralized, easy to use and free wallet.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cripz Wallet

Baixe arquivos de extensão Cripz Wallet 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

                        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                    

Informações Básicas da Extensão

Nome Cripz Wallet Cripz Wallet
ID gfcjcolbeianigogpbkkgfioaamnbfag
URL Oficial https://chromewebstore.google.com/detail/cripz-wallet/gfcjcolbeianigogpbkkgfioaamnbfag
Descrição Cripz Wallet is a secure, decentralized, easy to use and free wallet.
Tamanho do Arquivo 3.18 MB
Contagem de Instalações 54
Versão Atual 1.1.5
Última Atualização 2022-12-13
Data de Publicação 2022-08-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://cripz.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cripz.com/ru/wallet
Idiomas Suportados 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
}