Incognito Wallet

A Crypto Wallet for Incognito Chain

Was ist Incognito Wallet?

Incognito Wallet ist eine Chrome-Erweiterung, die von https://incognito.org entwickelt wurde, und ihr Hauptmerkmal ist "A Crypto Wallet for Incognito Chain".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Incognito Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Incognito Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - 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                    

Grundlegende Informationen zur Erweiterung

Name Incognito Wallet Incognito Wallet
ID chngojfpcfnjfnaeddcmngfbbdpcdjaj
Offizielle URL https://chromewebstore.google.com/detail/incognito-wallet/chngojfpcfnjfnaeddcmngfbbdpcdjaj
Beschreibung A Crypto Wallet for Incognito Chain
Dateigröße 23.21 MB
Installationsanzahl 409
Aktuelle Version 0.0.11
Letztes Update 2023-04-28
Veröffentlichungsdatum 2022-09-23
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler https://incognito.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://incognito.org
Hilfeseite URL https://we.incognito.org/c/users/user-help
URL der Datenschutzrichtlinien-Seite https://incognito.org/privacy-policy
Unterstützte Sprachen 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'"
    }
}