Unicorn Wallet
Wallet for Algorand and other crypto currencies
Unicorn Wallet란 무엇입니까?
Unicorn Wallet은(는) Team Nova Mainnet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wallet for Algorand and other crypto currencies"입니다.
확장 프로그램 스크린샷
Unicorn Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } } |