Saifu - Solana Wallet

The modular Solana Super-Wallet

ما هو Saifu - Solana Wallet؟

Saifu - Solana Wallet هو إضافة Chrome تم تطويرها بواسطة https://saifuwallet.com، والميزة الرئيسية لها هي "The modular Solana Super-Wallet".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Saifu - Solana Wallet

قم بتنزيل ملفات الامتداد Saifu - Solana Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Saifu - Solana Wallet Saifu - Solana Wallet
ID ejdabmcenoflojakpkgjnilnohjoobac
عنوان URL الرسمي https://chromewebstore.google.com/detail/saifu-solana-wallet/ejdabmcenoflojakpkgjnilnohjoobac
الوصف The modular Solana Super-Wallet
حجم الملف 5.2 MB
عدد التثبيتات 282
النسخة الحالية 1.5.0
آخر تحديث 2022-07-22
تاريخ النشر 2022-04-03
تقييم 5.00/5 مجموع تقييمات 2
المطور https://saifuwallet.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://saifuwallet.com
عنوان صفحة المساعدة https://github.com/saifuwallet/saifu/issues/new
عنوان صفحة سياسة الخصوصية https://github.com/saifuwallet/saifu/blob/main/privacy-policy.md
اللغات المدعومة 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": [
        "*:\/\/*\/*"
    ]
}