Cosminmart

Cosminmart

Cosminmart là gì?

Cosminmart là một tiện ích mở rộng Chrome được phát triển bởi Bitlight Labs, và tính năng chính của nó là "Cosminmart".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cosminmart

Tải xuống các tệp mở rộng Cosminmart dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cosminmart Cosminmart
ID gdgkombniheihjgcenmpefhpndkahgfb
URL Chính Thức https://chromewebstore.google.com/detail/cosminmart/gdgkombniheihjgcenmpefhpndkahgfb
Mô tả Cosminmart
Kích Thước Tệp 11.5 MB
Số Lần Cài Đặt 4,016
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2023-09-04
Ngày Phát Hành 2023-07-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Bitlight Labs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cosminmart.com/
URL Trang Chính Sách Bảo Mật https://www.cosminmart.com/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}