Solflare Wallet

A safe and powerful crypto wallet that brings all of the benefits of Solana to you

Solflare Wallet क्या है?

Solflare Wallet https://solflare.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A safe and powerful crypto wallet that brings all of the benefits of Solana to you"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Solflare is a full-featured crypto wallet, available both on web and as an extension, for Solana and SPL tokens. It allows you to send, receive and securely store tokens on the Solana blockchain, and allows access to decentralized applications on Solana.

Solflare includes support for staking Solana to the validator of your choice, as well as a Swap function that allows users to swap between tokens within their wallet. Solflare also includes NFT support with full metadata and is compatible with Ledger devices.                    

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

नाम Solflare Wallet Solflare Wallet
ID bhhhlbepdkbapadjdnnojkbgioiodbic
आधिकारिक URL https://chromewebstore.google.com/detail/solflare-wallet/bhhhlbepdkbapadjdnnojkbgioiodbic
विवरण A safe and powerful crypto wallet that brings all of the benefits of Solana to you
फ़ाइल का आकार 26.38 MB
स्थापना संख्या 401,660
वर्तमान संस्करण 1.63.0
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2021-08-30
रेटिंग 4.70/5 कुल 244 रेटिंग्स
डेवलपर https://solflare.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://solflare.com/
सहायता पृष्ठ URL https://solflare.com/support
गोपनीयता नीति पृष्ठ URL https://solflare.com/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solflare Wallet",
    "description": "A safe and powerful crypto wallet that brings all of the benefits of Solana to you",
    "version": "1.63.0",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/logo-16.png",
        "24": "assets\/logo-24.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/logo-16.png",
            "24": "assets\/logo-24.png",
            "32": "assets\/logo-32.png",
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        },
        "default_title": "Solflare",
        "default_popup": "app_popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Open Solflare extension"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "inpage.js",
        "phishing.html",
        "ftx_connect.html"
    ],
    "content_security_policy": "script-src 'self'; script-src-elem 'self' 'unsafe-inline';",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "*:\/\/ftx.com\/*",
        "*:\/\/ftx.us\/*"
    ]
}