Unicorn Wallet
Wallet for Algorand and other crypto currencies
Τι είναι το Unicorn Wallet;
Το Unicorn Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Team Nova Mainnet, και η κύρια λειτουργία του είναι "Wallet for Algorand and other crypto currencies".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Unicorn Wallet
Λήψη αρχείων επέκτασης Unicorn Wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Wallet for Novarand and other crypto currencies
Βασικές Πληροφορίες Επέκτασης
Όνομα | 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'" } } |