CENNZnet extension

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

Apa itu CENNZnet extension?

CENNZnet extension adalah ekstensi Chrome yang dikembangkan oleh cennznet.webstore, dan fitur utamanya adalah "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CENNZnet extension

Unduh file ekstensi CENNZnet extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama CENNZnet extension CENNZnet extension
ID feckpephlmdcjnpoclagmaogngeffafk
URL Resmi https://chromewebstore.google.com/detail/cennznet-extension/feckpephlmdcjnpoclagmaogngeffafk
Deskripsi Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.
Ukuran File 1.27 MB
Jumlah Instalasi 894
Versi Saat Ini 0.38.3
Terakhir Diperbarui 2021-11-24
Tanggal Publikasi 2021-04-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang cennznet.webstore
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/cennznet/extension/issues
Bahasa yang Didukung 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"
}