Saifu - Solana Wallet

The modular Solana Super-Wallet

¿Qué es Saifu - Solana Wallet?

Saifu - Solana Wallet es una extensión de Chrome desarrollada por https://saifuwallet.com, y su función principal es "The modular Solana Super-Wallet".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Saifu - Solana Wallet

Descarga archivos de extensión Saifu - Solana Wallet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Saifu - Solana Wallet Saifu - Solana Wallet
ID ejdabmcenoflojakpkgjnilnohjoobac
URL Oficial https://chromewebstore.google.com/detail/saifu-solana-wallet/ejdabmcenoflojakpkgjnilnohjoobac
Descripción The modular Solana Super-Wallet
Tamaño del Archivo 5.2 MB
Cantidad de Instalaciones 282
Versión Actual 1.5.0
Última Actualización 2022-07-22
Fecha de Publicación 2022-04-03
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://saifuwallet.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://saifuwallet.com
URL de la Página de Ayuda https://github.com/saifuwallet/saifu/issues/new
URL de la Página de Política de Privacidad https://github.com/saifuwallet/saifu/blob/main/privacy-policy.md
Idiomas Soportados 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": [
        "*:\/\/*\/*"
    ]
}