Incognito Wallet

A Crypto Wallet for Incognito Chain

Wat is Incognito Wallet?

Incognito Wallet is een Chrome-extensie ontwikkeld door https://incognito.org, en de belangrijkste functie is "A Crypto Wallet for Incognito Chain".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Incognito Wallet

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

                        - 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                    

Basisinformatie over de Extensie

Naam Incognito Wallet Incognito Wallet
ID chngojfpcfnjfnaeddcmngfbbdpcdjaj
Officiële URL https://chromewebstore.google.com/detail/incognito-wallet/chngojfpcfnjfnaeddcmngfbbdpcdjaj
Beschrijving A Crypto Wallet for Incognito Chain
Bestandsgrootte 23.21 MB
Aantal Installaties 409
Huidige Versie 0.0.11
Laatst Bijgewerkt 2023-04-28
Publicatiedatum 2022-09-23
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://incognito.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://incognito.org
Help Pagina-URL https://we.incognito.org/c/users/user-help
URL van de Privacybeleid Pagina https://incognito.org/privacy-policy
Ondersteunde Talen 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'"
    }
}