Saifu - Solana Wallet

The modular Solana Super-Wallet

Qu'est-ce que Saifu - Solana Wallet ?

Saifu - Solana Wallet est une extension Chrome développée par https://saifuwallet.com, et sa fonction principale est "The modular Solana Super-Wallet".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Saifu - Solana Wallet

Téléchargez les fichiers d'extension Saifu - Solana Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Saifu is the modular Solana wallet for Pro-Users, made for people that live in Web3 by people that do the same.

Stake, trade and explore the Solana ecosystem without ever leaving your wallet. Use the new full-screen view to get a quick glimpse over your assets, and never get left behind in the unknown.

Integrate Solana protocols right into Saifu through an open plugin system and customize it to fit your use-case perfectly!

Connect to web3 dApps through Saifus unique emulation layer by pretending it's Phantom or Slope. 

Saifu is here to help you get more out of DeFi - your new Solana companion that doesn't try to handhold you.                    

Informations de Base sur l'Extension

Nom Saifu - Solana Wallet Saifu - Solana Wallet
ID ejdabmcenoflojakpkgjnilnohjoobac
URL Officiel https://chromewebstore.google.com/detail/saifu-solana-wallet/ejdabmcenoflojakpkgjnilnohjoobac
Description The modular Solana Super-Wallet
Taille du Fichier 5.2 MB
Nombre d'Installations 282
Version Actuelle 1.5.0
Dernière Mise à Jour 2022-07-22
Date de Publication 2022-04-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://saifuwallet.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://saifuwallet.com
URL de la Page d'Aide https://github.com/saifuwallet/saifu/issues/new
URL de la Page de Politique de Confidentialité https://github.com/saifuwallet/saifu/blob/main/privacy-policy.md
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Saifu - Solana Wallet",
    "version": "1.5.0",
    "description": "The modular Solana Super-Wallet",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "content_scripts": "script-src 'self' 'unsafe-inline';"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}