Unicorn Wallet

Wallet for Algorand and other crypto currencies

Unicorn Wallet क्या है?

Unicorn Wallet Team Nova Mainnet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wallet for Algorand and other crypto currencies"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unicorn Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Wallet for Novarand and other crypto currencies                    

एक्सटेंशन की मूल जानकारी

नाम Unicorn Wallet Unicorn Wallet
ID knpiaihaegaehhijanilbehepceokehf
आधिकारिक URL https://chromewebstore.google.com/detail/unicorn-wallet/knpiaihaegaehhijanilbehepceokehf
विवरण Wallet for Algorand and other crypto currencies
फ़ाइल का आकार 6.56 MB
स्थापना संख्या 27
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2022-12-09
प्रकाशन तिथि 2022-09-21
डेवलपर Team Nova Mainnet
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://bubbly-api.shop/share/unicornWallet_privacyPolicy
समर्थित भाषाएँ 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'"
    }
}