Solana Wallet
A new innovative crypto wallet for Solana blockchain with integrated Cookies manager (currently in beta)
Solana Wallet란 무엇입니까?
Solana Wallet은(는) Francisco Josue Cruz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new innovative crypto wallet for Solana blockchain with integrated Cookies manager (currently in beta)"입니다.
확장 프로그램 스크린샷
Solana Wallet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A new innovative crypto wallet for Solana blockchain. There is a main distinction between Solana Wallet and other products — unique security features, for example, an integrated Cookies Manager (already available in current beta version). It is friendly for tokens, NFTs, and Defi on Solana. Solana Wallet makes it easy, safe, and fun for everyone to explore all that Web3 has to offer. Our main functions: - Instant transactions with the lowest fees on the market; - Supports nonfungible tokens (for example, NFT); - Supports all available Solana applications (daps). Why Solana Wallet is the safest option: - Full control over your seed and private keys; - Extensive control over all your browser cookies (provide ability to control all website's tracking abilities); - Our application is FULLY OPEN SOURCE; - Your privacy — our main concern in development of the wallet. Currently in development: - Extensive white/black list of potentially fraud websites/dapps/services; - Automatic processing of all browser cookies, searching any potentially fraud markers (based on complicate AI engine); - More unique features, better UI and any other fixes. Just install, deposit some SOL tokens and enjoy your journey in a Blockchain world. Good luck!
확장 프로그램 기본 정보
이름 | |
ID | hfljlochmlccoobkbcgpmkpjagogcgpk |
공식 URL | https://chrome.google.com/webstore/detail/solana-wallet/hfljlochmlccoobkbcgpmkpjagogcgpk |
설명 | A new innovative crypto wallet for Solana blockchain with integrated Cookies manager (currently in beta) |
파일 크기 | 2.19 MB |
설치 횟수 | 2,446 |
현재 버전 | 0.8 |
최근 업데이트 | 2022-08-19 |
출시 날짜 | 2022-08-19 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Francisco Josue Cruz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://solwallet.click |
개인정보 보호 정책 페이지 URL | https://solwallet.click/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Solana Wallet", "description": "A new innovative crypto wallet for Solana blockchain with integrated Cookies manager (currently in beta)", "version": "0.8", "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "manifest_version": 3, "icons": { "16": "favicon.ico", "192": "icon192.png", "512": "icon512.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": true } ] } |