Solana Wallet

A new innovative crypto wallet for Solana blockchain with integrated Cookies manager (currently in beta)

Solana Wallet क्या है?

Solana Wallet Francisco Josue Cruz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new innovative crypto wallet for Solana blockchain with integrated Cookies manager (currently in beta)"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Solana Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!                    

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

नाम Solana Wallet Solana Wallet
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
        }
    ]
}