Z3US

An open source community centered browser wallet for the Radix DLT network.

What is Z3US?

Z3US is a Chrome extension developed by https://z3us.com, and its main feature is "An open source community centered browser wallet for the Radix DLT network.".

Extension Screenshots

screenshot

Download Z3US Extension CRX File

Download Z3US 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

                        The extension injects the Z3US provider API into every website's javascript context, so that DApps can read from Radix ledger.                    

Extension Basic Information

Name Z3US Z3US
ID icpikagpkkbldbfjlbefnmmmcohbjije
Official URL https://chromewebstore.google.com/detail/z3us/icpikagpkkbldbfjlbefnmmmcohbjije
Description An open source community centered browser wallet for the Radix DLT network.
File Size 12.14 MB
Installation Count 10,000
Current Version 2.0.32
Last Updated 2024-03-03
Publish Date 2022-05-16
Rating 3.82/5 Total 17 Ratings
Developer https://z3us.com
Email [email protected]
Payment Type free
Extension Website https://z3us.com
Help Page URL https://github.com/z3us-dapps/z3us/issues
Privacy Policy Page URL https://z3us.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.32",
    "version_name": "2.0.32",
    "author": "https:\/\/z3us.com",
    "name": "Z3US",
    "short_name": "Z3US",
    "description": "An open source community centered browser wallet for the Radix DLT network.",
    "omnibox": {
        "keyword": "z3us"
    },
    "action": {
        "default_popup": "src\/pages\/app\/system.html",
        "default_title": "Z3US",
        "default_icon": {
            "16": "favicon-16x16.png",
            "48": "favicon-48x48.png",
            "128": "favicon-128x128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+Z",
                "windows": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z",
                "chromeos": "Alt+Shift+Z",
                "linux": "Alt+Shift+Z"
            }
        }
    },
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "permissions": [
        "storage",
        "management",
        "offscreen",
        "unlimitedStorage",
        "notifications",
        "activeTab",
        "scripting",
        "contextMenus",
        "idle"
    ],
    "host_permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/127.0.0.1\/*",
        "*:\/\/api.bitfinex.com\/*",
        "*:\/\/api.coingecko.com\/api\/*",
        "*:\/\/www.radixscan.io\/*",
        "*:\/\/api.ociswap.com\/*",
        "*:\/\/api.astrolescent.com\/z3us\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader-189e4574.js"
            ],
            "matches": [
                "*:\/\/*.localhost\/*",
                "*:\/\/*.127.0.0.1\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/theme-cc2ba8f6.js",
                "assets\/logger-2ab1d8f6.js",
                "assets\/dapp-57086da3.js",
                "assets\/storage-345a2d3a.js",
                "assets\/types-b1b010f9.js",
                "assets\/timeout-dbdd88d4.js",
                "assets\/_types-8b39d2e0.js",
                "assets\/message-client-5487b2d5.js",
                "assets\/config-8654dad4.js",
                "assets\/first-036b4711.js",
                "assets\/Subject-a7442d19.js",
                "assets\/inpage.ts-36bb634b.js",
                "assets\/polyfills-31a68bfe.js",
                "assets\/types-a44fb88b.js",
                "assets\/content-script.ts-ccb188bf.js"
            ],
            "use_dynamic_url": false
        }
    ]
}