Carax Wallet

A Crypto Wallet Dedicated for the Web3

What is Carax Wallet?

Carax Wallet is a Chrome extension developed by demon-wallet-publishers, and its main feature is "A Crypto Wallet Dedicated for the Web3".

Extension Screenshots

screenshot
screenshot
screenshot

Download Carax Wallet Extension CRX File

Download Carax Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Carax Wallet is a feature-packed crypto wallet designed for the RENEC blockchain ecosystem. It supports RENEC (native token), reUSD, and an ever-expanding list of coins. With its intuitive interface, users can easily deposit, withdraw and stake their digital assets with just a few clicks.

Carax Wallet is also designed to be highly flexible and customizable, allowing users to tailor the wallet to their specific needs. The wallet supports integration with other cryptocurrency services, making it easy for users to manage their cryptocurrency portfolio in one place.                    

Extension Basic Information

Name Carax Wallet Carax Wallet
ID mdjmfdffdcmnoblignmgpommbefadffd
Official URL https://chromewebstore.google.com/detail/carax-wallet/mdjmfdffdcmnoblignmgpommbefadffd
Description A Crypto Wallet Dedicated for the Web3
File Size 3.79 MB
Installation Count 20,000
Current Version 1.18.7
Last Updated 2024-03-05
Publish Date 2023-01-02
Rating 4.96/5 Total 1392 Ratings
Developer demon-wallet-publishers
Email [email protected]
Payment Type free
Extension Website https://renec.foundation
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Carax Wallet",
    "version": "1.18.7",
    "version_name": "1.18.7",
    "description": "A Crypto Wallet Dedicated for the Web3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "RENEC Labs",
    "action": {
        "default_popup": "index.html",
        "default_title": "Carax Wallet"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+R",
                "windows": "Alt+Shift+R",
                "mac": "Alt+Shift+R",
                "chromeos": "Alt+Shift+R",
                "linux": "Alt+Shift+R"
            },
            "description": "Command for quickly open wallet extension",
            "global": true
        }
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/localhost\/*",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/0.0.0.0\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "incognito": "spanning",
    "permissions": [
        "storage",
        "identity",
        "scripting"
    ],
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "file:\/\/*\/*",
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsQmoNprRFYAAv24OL\/dYlkock+sX9hkQ81sy4u5Q\/+iElmjGem4BxYe5X3kwjSer6FN5RwzqFS7FQt+NZmGgRWtkz0Ga59mcquTGccYoWUK2a\/WyH4ScX\/YOJEgaZYs\/XIOLlg2QLqu+MgdHDFlu2qZzTPVWK1V9\/DtoaFhZFM\/APkO3UFUdKOvW9RE3HOVXi5nO+hqEBrdxuJ+\/Qc6EM3tgmMsB9z9IM7zfevKAJJUzm6ZteQCEscNB0po6aKUImcze4+wQ0p0SyPmKQ1lKIWhG2dN4JztIoDGsN1pwt\/qKwC7hKI5jZ1xQXFZS0n3gNRCG51ksbXfulai\/qkZPmQIDAQAB"
}