CENNZnet extension

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

Was ist CENNZnet extension?

CENNZnet extension ist eine Chrome-Erweiterung, die von cennznet.webstore entwickelt wurde, und ihr Hauptmerkmal ist "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CENNZnet extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie CENNZnet extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The CENNZnet extension enables account management and best experience for dapp interactions on CENNZnet                    

Grundlegende Informationen zur Erweiterung

Name CENNZnet extension CENNZnet extension
ID feckpephlmdcjnpoclagmaogngeffafk
Offizielle URL https://chromewebstore.google.com/detail/cennznet-extension/feckpephlmdcjnpoclagmaogngeffafk
Beschreibung Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.
Dateigröße 1.27 MB
Installationsanzahl 894
Aktuelle Version 0.38.3
Letztes Update 2021-11-24
Veröffentlichungsdatum 2021-04-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler cennznet.webstore
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/cennznet/extension/issues
Unterstützte Sprachen 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"
}