CENNZnet extension

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

Wat is CENNZnet extension?

CENNZnet extension is een Chrome-extensie ontwikkeld door cennznet.webstore, en de belangrijkste functie is "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CENNZnet extension

Download CENNZnet extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CENNZnet extension CENNZnet extension
ID feckpephlmdcjnpoclagmaogngeffafk
Officiële URL https://chromewebstore.google.com/detail/cennznet-extension/feckpephlmdcjnpoclagmaogngeffafk
Beschrijving Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.
Bestandsgrootte 1.27 MB
Aantal Installaties 894
Huidige Versie 0.38.3
Laatst Bijgewerkt 2021-11-24
Publicatiedatum 2021-04-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cennznet.webstore
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/cennznet/extension/issues
Ondersteunde Talen 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"
}