CENNZnet extension

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

Qu'est-ce que CENNZnet extension ?

CENNZnet extension est une extension Chrome développée par cennznet.webstore, et sa fonction principale est "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CENNZnet extension

Téléchargez les fichiers d'extension CENNZnet extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CENNZnet extension CENNZnet extension
ID feckpephlmdcjnpoclagmaogngeffafk
URL Officiel https://chromewebstore.google.com/detail/cennznet-extension/feckpephlmdcjnpoclagmaogngeffafk
Description Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.
Taille du Fichier 1.27 MB
Nombre d'Installations 894
Version Actuelle 0.38.3
Dernière Mise à Jour 2021-11-24
Date de Publication 2021-04-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur cennznet.webstore
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/cennznet/extension/issues
Langues Prises en Charge 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"
}