Unicorn Wallet

Wallet for Algorand and other crypto currencies

Unicorn Wallet là gì?

Unicorn Wallet là một tiện ích mở rộng Chrome được phát triển bởi Team Nova Mainnet, và tính năng chính của nó là "Wallet for Algorand and other crypto currencies".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Unicorn Wallet 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

                        Wallet for Novarand and other crypto currencies                    

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

Tên Unicorn Wallet Unicorn Wallet
ID knpiaihaegaehhijanilbehepceokehf
URL Chính Thức https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf
Mô tả Wallet for Algorand and other crypto currencies
Kích Thước Tệp 6.56 MB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2022-12-09
Ngày Phát Hành 2022-09-21
Nhà Phát Triển Team Nova Mainnet
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bubbly-api.shop/share/unicornWallet_privacyPolicy
Ngôn Ngữ Được Hỗ Trợ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unicorn Wallet",
    "version": "0.0.0.3",
    "homepage_url": "http:\/\/localhost:8100",
    "description": "Wallet for Algorand and other crypto currencies",
    "icons": {
        "16": "assets\/icon\/unicorn(3).png",
        "32": "assets\/icon\/unicorn(3).png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon\/unicorn(3).png",
            "32": "assets\/icon\/unicorn(3).png"
        },
        "default_title": "UnicornWallet",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/piggle-dao.shop\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "chrome-extension:\/\/*\/*",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "file:\/\/*\/*",
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'"
    }
}