Cosminmart

Cosminmart

Cosminmart란 무엇입니까?

Cosminmart은(는) Bitlight Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cosminmart"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cosminmart 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Cosm Wallet is a Bitcoin Lightning Network wallet that supports the RGB protocol, aimed at providing convenient, secure, and multifunctional digital asset management and transaction experience. As a wallet fully supporting the Bitcoin Lightning Network, Cosm Wallet offers seamless transfer functionality and supports interaction with RGB protocol assets and smart contracts.

Leveraging the advantages of the Lightning Network, Cosm Wallet makes Bitcoin transfers more convenient and rapid. By integrating with the Lightning Network, users can achieve nearly real-time Bitcoin transfers without waiting for the confirmation time of traditional Bitcoin transactions. Cosm Wallet supports interaction with RGB protocol assets, allowing users to create, trade, and manage various digital assets. The integration of Cosm Wallet enables users to easily transfer and trade RGB assets on the Lightning Network. Users can conveniently manage their digital asset portfolio, realizing diversified investment and trading strategies.

In addition, Cosm Wallet also supports the management and trading of Bitcoin NFTs. As a unique digital asset, NFTs have wide applications in art, gaming, and virtual asset fields. With Cosm Wallet, users can easily create, buy, and sell Bitcoin NFTs.

Cosm Wallet is a powerful Bitcoin Lightning Network wallet, expanding Bitcoin's functionalities, and allowing users to participate in a wider range of digital asset transactions and management. Whether for daily payments, investment, or digital art collection, Cosm Wallet is a trustworthy and convenient choice.                    

확장 프로그램 기본 정보

이름 Cosminmart Cosminmart
ID gdgkombniheihjgcenmpefhpndkahgfb
공식 URL https://chromewebstore.google.com/detail/cosminmart/gdgkombniheihjgcenmpefhpndkahgfb
설명 Cosminmart
파일 크기 11.5 MB
설치 횟수 4,016
현재 버전 1.0.8
최근 업데이트 2023-09-04
출시 날짜 2023-07-21
평점 5.00/5 총 1 개의 평점
개발자 Bitlight Labs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cosminmart.com/
개인정보 보호 정책 페이지 URL https://www.cosminmart.com/privacy_policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cosminmart",
    "version": "1.0.8",
    "description": "Cosminmart",
    "icons": {
        "128": ".\/images\/favicon-128x128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        ""
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "host_permissions": [
        "https:\/\/www.cosminmart.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}