Suiet | Sui Wallet

The Sui wallet for everyone, built on Sui blockchain

What is Suiet | Sui Wallet?

Suiet | Sui Wallet is a Chrome extension developed by https://suiet.app, and its main feature is "The Sui wallet for everyone, built on Sui blockchain".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Suiet | Sui Wallet Extension CRX File

Download Suiet | Sui Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A self custody crypto wallet built on Sui. Helps you to manage your wallet on Sui network, including create & import your wallet, make transactions and manage your NFTs on Sui.

Suiet is the wallet for everyone, built on Sui blockchain. Open-sourced from dayone.                    

Extension Basic Information

Name Suiet | Sui Wallet Suiet | Sui Wallet
ID khpkpbbcccdmmclmpigdgddabeilkdpd
Official URL https://chromewebstore.google.com/detail/suiet-sui-wallet/khpkpbbcccdmmclmpigdgddabeilkdpd
Description The Sui wallet for everyone, built on Sui blockchain
File Size 3.62 MB
Installation Count 283,413
Current Version 0.2.88
Last Updated 2024-02-25
Publish Date 2022-09-26
Rating 4.98/5 Total 11559 Ratings
Developer https://suiet.app
Email [email protected]
Payment Type free
Extension Website https://suiet.app
Privacy Policy Page URL https://suiet.app/page/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Suiet | Sui Wallet",
    "description": "The Sui wallet for everyone, built on Sui blockchain",
    "version": "0.2.88",
    "version_name": "0.2.88",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.c44951f8.5d675820.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "dapp-api.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/log.4885de7a.js",
                "assets\/innerFrom.5e95570e.js",
                "assets\/KeepAliveConnection.0c69c5ea.js",
                "assets\/index.ts.c44951f8.js"
            ],
            "use_dynamic_url": true
        }
    ]
}