Z3US

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

Cos'è Z3US?

Z3US è un'estensione di Chrome sviluppata da https://z3us.com, e la sua funzione principale è "An open source community centered browser wallet for the Radix DLT network.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Z3US

Scarica i file di estensione Z3US in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Z3US Z3US
ID icpikagpkkbldbfjlbefnmmmcohbjije
URL Ufficiale https://chromewebstore.google.com/detail/z3us/icpikagpkkbldbfjlbefnmmmcohbjije
Descrizione An open source community centered browser wallet for the Radix DLT network.
Dimensione del File 12.14 MB
Conteggio Installazioni 10,000
Versione Corrente 2.0.32
Ultimo Aggiornamento 2024-03-03
Data di Pubblicazione 2022-05-16
Valutazione 3.82/5 Totale 17 Valutazioni
Sviluppatore https://z3us.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://z3us.com
URL della Pagina di Aiuto https://github.com/z3us-dapps/z3us/issues
URL della Pagina della Politica sulla Privacy https://z3us.com/privacy
Lingue Supportate 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
        }
    ]
}