Suku Wallet

Suku Wallet: The easiest way to start using crypto

Suku Walletคืออะไร?

Suku Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://suku.world และคุณลักษณะหลักของมันคือ "Suku Wallet: The easiest way to start using crypto"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suku Wallet

ดาวน์โหลดไฟล์ส่วนขยาย Suku Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Say hello to Suku Wallet, the easiest way to dive into the crypto universe. It is so easy to use, your grandma could start sending and receiving crypto, so don't worry if you're new to the game—we’ve got your back.

With the Suku Wallet extension, you can:

- Log in with Social Media: Skip complicated logins and seed phrases. Connect your Twitter account to Suku Wallet with just a few clicks, and voilà, you're in!

- Use Social Media Handles for Crypto Transactions: Tired of dealing with complicated addresses? We are here to save you from crypto headaches—no need for a Ph.D. in cryptocurrencies. Simply use your social media handles to send and receive crypto effortlessly.

- Supercharge Your Security with MFA: Safeguard your funds and personal info with Suku Wallet's MFA. This powerful security feature combines passwords and time-sensitive codes, keeping the bad guys out and your assets safe and sound.

- Simplify Your Crypto Universe: Suku Wallet's multi-chain support brings Ethereum, Polygon, and BNB Chain under one roof. Explore a galaxy of DApps and manage multiple cryptocurrencies without the need to switch between chains

- Collect and trade NFTs: Mint, view, manage, and trade your digital collectibles in your Suku Wallet. Plus, with Sukuthis integration, you can even turn your proudest Twitter meme into an NFT, all from within Twitter. 

Instructions to use Suku Wallet: Spoiler, it is so easy to use you don’t need them!

Simply log in with Twitter and start sending and receiving crypto.

About
Suku Wallet is created by Suku—building intuitive, decentralized tools, allowing everyday users and creators to unlock the full potential of Web3, hassle-free.

For more information, visit https://suku.world or reach out to us on Discord: https://bit.ly/d_suku                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Suku Wallet Suku Wallet
ID fopmedgnkfpebgllppeddmmochcookhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/suku-wallet/fopmedgnkfpebgllppeddmmochcookhc
คำอธิบาย Suku Wallet: The easiest way to start using crypto
ขนาดไฟล์ 93.77 MB
จำนวนการติดตั้ง 45,302
เวอร์ชันปัจจุบัน 2.1.31
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2022-11-03
คะแนน 4.94/5 รวมทั้งหมด 153 คะแนน
ผู้พัฒนา https://suku.world
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://suku.world/
URL หน้าช่วยเหลือ https://suku.world/
URL หน้านโยบายความเป็นส่วนตัว https://suku.world/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Suku Wallet",
    "description": "Suku Wallet: The easiest way to start using crypto",
    "version": "2.1.31",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}