Incognito Wallet

A Crypto Wallet for Incognito Chain

What is Incognito Wallet?

Incognito Wallet is a Chrome extension developed by https://incognito.org, and its main feature is "A Crypto Wallet for Incognito Chain".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Incognito Wallet Extension CRX File

Download Incognito Wallet 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

                        - Incognito extension is a crypto wallet for Incognito chain. It allows users to manage their keychains in a variety of ways while isolating them from the site context. With Incognito wallet extension, you can easily store, send and receive funds on the Incognito chain. 

- Incognito Chain Community: https://we.incognito.org/
- Our Privacy Policy: https://incognito.org/privacy-policy
- Terms of Service: https://incognito.org/term-of-service                    

Extension Basic Information

Name Incognito Wallet Incognito Wallet
ID chngojfpcfnjfnaeddcmngfbbdpcdjaj
Official URL https://chromewebstore.google.com/detail/incognito-wallet/chngojfpcfnjfnaeddcmngfbbdpcdjaj
Description A Crypto Wallet for Incognito Chain
File Size 23.21 MB
Installation Count 409
Current Version 0.0.11
Last Updated 2023-04-28
Publish Date 2022-09-23
Rating 3.50/5 Total 2 Ratings
Developer https://incognito.org
Email [email protected]
Payment Type free
Extension Website https://incognito.org
Help Page URL https://we.incognito.org/c/users/user-help
Privacy Policy Page URL https://incognito.org/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Wallet",
    "version": "0.0.11",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/incognito-16.png",
        "48": "icons\/incognito-48.png",
        "128": "icons\/incognito-128.png"
    },
    "description": "A Crypto Wallet for Incognito Chain",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Incognito Wallet",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/js\/inpage.js",
                "\/assets\/privacy.wasm"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' data: https:\/\/* ; style-src 'self' 'unsafe-inline'; object-src 'self'; script-src 'self' 'wasm-unsafe-eval'"
    }
}