Incognito Wallet

A Crypto Wallet for Incognito Chain

Incognito Walletとは何ですか?

Incognito Walletはhttps://incognito.orgによって開発されたChromeの拡張機能で、その主な機能は「A Crypto Wallet for Incognito Chain」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Incognito Wallet拡張機能のCRXファイルをダウンロード

Incognito Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - 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                    

拡張機能の基本情報

名前 Incognito Wallet Incognito Wallet
ID chngojfpcfnjfnaeddcmngfbbdpcdjaj
公式URL https://chromewebstore.google.com/detail/incognito-wallet/chngojfpcfnjfnaeddcmngfbbdpcdjaj
説明 A Crypto Wallet for Incognito Chain
ファイルサイズ 23.21 MB
インストール数 409
現在のバージョン 0.0.11
最終更新日 2023-04-28
公開日 2022-09-23
評価 3.50/5 合計 2 レビュー
開発者 https://incognito.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://incognito.org
ヘルプページのURL https://we.incognito.org/c/users/user-help
プライバシーポリシーページのURL https://incognito.org/privacy-policy
対応言語 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'"
    }
}