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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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
이메일 [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'"
    }
}