CENNZnet extension

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

What is CENNZnet extension?

CENNZnet extension is a Chrome extension developed by cennznet.webstore, and its main feature is "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CENNZnet extension Extension CRX File

Download CENNZnet extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CENNZnet extension CENNZnet extension
ID feckpephlmdcjnpoclagmaogngeffafk
Official URL 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.
File Size 1.27 MB
Installation Count 894
Current Version 0.38.3
Last Updated 2021-11-24
Publish Date 2021-04-21
Rating 5.00/5 Total 1 Ratings
Developer cennznet.webstore
Email [email protected]
Payment Type free
Help Page URL https://github.com/cennznet/extension/issues
Supported Languages 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"
}