Crocobit Wallet

Multi-cryptocurrency decentralized wallet

Wat is Crocobit Wallet?

Crocobit Wallet is een Chrome-extensie ontwikkeld door http://extension.crocobit.net, en de belangrijkste functie is "Multi-cryptocurrency decentralized wallet".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Crocobit Wallet

Download Crocobit Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        CROCOBIT Wallet
"Safe to store, easy to use".

Crocobit Wallet extension is a browser extension that allows you to access your cryptocurrencies from a browser. 
In a few clicks in your browser, you can: view the balance, send, and receive cryptocurrencies. 
All your funds are stored on your browser. It is safe and easy to use.

Features:
- Simple interface
- Receiving cryptocurrencies
- Sending cryptocurrencies
- Balances can be displayed in local currencies
- Use any ERC tokens
- Choose transaction speed and fee amount (slow, average, fast)                    

Basisinformatie over de Extensie

Naam Crocobit Wallet Crocobit Wallet
ID pnlfjmlcjdjgkddecgincndfgegkecke
Officiële URL https://chrome.google.com/webstore/detail/crocobit-wallet/pnlfjmlcjdjgkddecgincndfgegkecke
Beschrijving Multi-cryptocurrency decentralized wallet
Bestandsgrootte 5.4 MB
Aantal Installaties 165
Huidige Versie 0.10.0
Laatst Bijgewerkt 2021-06-07
Publicatiedatum 2020-07-02
Beoordeling 4.89/5 Totaal 19 Beoordelingen
Ontwikkelaar http://extension.crocobit.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://extension.crocobit.net
Help Pagina-URL https://extension.crocobit.net/contact
URL van de Privacybeleid Pagina https://p2p.crocobit.net/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crocobit Wallet",
    "short_name": "Crocobit",
    "description": "Multi-cryptocurrency decentralized wallet",
    "version": "0.10.0",
    "author": "https:\/\/extension.crocobit.net",
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_popup": "index.html",
        "default_title": "Crocobit"
    },
    "icons": {
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'sha256-DqmpmfFkBMRrqGF13km7p9v4V\/Eq7vmRtLSjwcdcQSw='; object-src 'self'",
    "permissions": [
        "storage"
    ]
}