CENNZnet extension

Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.

Cos'è CENNZnet extension?

CENNZnet extension è un'estensione di Chrome sviluppata da cennznet.webstore, e la sua funzione principale è "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CENNZnet extension

Scarica i file di estensione CENNZnet extension 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 CENNZnet extension enables account management and best experience for dapp interactions on CENNZnet                    

Informazioni di Base sull'Estensione

Nome CENNZnet extension CENNZnet extension
ID feckpephlmdcjnpoclagmaogngeffafk
URL Ufficiale https://chromewebstore.google.com/detail/cennznet-extension/feckpephlmdcjnpoclagmaogngeffafk
Descrizione Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.
Dimensione del File 1.27 MB
Conteggio Installazioni 894
Versione Corrente 0.38.3
Ultimo Aggiornamento 2021-11-24
Data di Pubblicazione 2021-04-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore cennznet.webstore
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/cennznet/extension/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "polkadot.{js}",
    "description": "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.",
    "homepage_url": "https:\/\/github.com\/cennznet\/extension",
    "name": "CENNZnet extension",
    "short_name": "CENNZnet",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "CENNZnet",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "page.js"
    ],
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'",
    "version": "0.38.3"
}