Ethos Sui Wallet

Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.

What is Ethos Sui Wallet?

Ethos Sui Wallet is a Chrome extension developed by ethoswallet.xyz, and its main feature is "Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ethos Sui Wallet Extension CRX File

Download Ethos 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

                        Ethos Wallet’s Chrome extension gives you an easy way to engage with crypto, NFTs, and dApps on the Sui blockchain - built for newbies and crypto enthusiasts alike.

🎨 Use Ethos Your Way

Effortlessly explore a variety of Sui tokens and NFTs, manage multiple wallets, import and export data with ease, switch between light and dark modes, and access the Sui DevNet and TestNet with the added bonus of a built-in token faucet. Ethos Wallet is thoughtfully designed to make your Sui discovery easier and more efficient.

🏠 Your Home Base for Sui

Extend your Ethos Wallet chrome extension experience with our full screen wallet explorer. Discover the best dApps Sui has to offer, like Sui8192, and seamlessly interact with all of your crypto, NFTs, and dApps. Our wallet explorer allows you to fully utilize all the features and benefits of your Ethos Wallet.

🏦 Manage Your Transactions

You’ll have all the details of every transaction you make, including a full dry-run to ensure safety. You can also pre-approve certain transactions for added security - perfect for games, chat, and more. Ethos wallet is open source and designed to provide secure transactions on Sui.

🧑‍💻 Build Your dApps with Ethos

With just a few lines of code, seamlessly onboard users directly into your application with the EthosConnect NPM package. Set up in minutes - support all wallets on Sui and users who don't yet have a wallet. Saving you time and effort, allowing you to focus on more important aspects of your application.

Are you a developer? 

Learn how to integrate Ethos into your dApp here: https://docs.ethoswallet.xyz                    

Extension Basic Information

Name Ethos Sui Wallet Ethos Sui Wallet
ID mcbigmjiafegjnnogedioegffbooigli
Official URL https://chromewebstore.google.com/detail/ethos-sui-wallet/mcbigmjiafegjnnogedioegffbooigli
Description Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.
File Size 12.5 MB
Installation Count 125,272
Current Version 1.0.1.43
Last Updated 2024-02-05
Publish Date 2022-08-30
Rating 4.98/5 Total 12912 Ratings
Developer ethoswallet.xyz
Email [email protected]
Payment Type free
Extension Website https://ethoswallet.xyz/
Privacy Policy Page URL https://ethoswallet.xyz/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethos Sui Wallet",
    "description": "Ethos is your Sui wallet and home base for the best dApps, experiences, and NFTs.",
    "version": "1.0.1.43",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi0I9A\/aX1dxoxhaQJW6PVj1Li05Xv1Ef3jeWZI6BOg\/Ie3ZX0rpFBLR+KzDyYNo+7NRqR\/Q00S03Lgl15K7VEPRcZetrlf6KiXN1wt+nzXTc\/ZK+miZ3vJFf9qRuhwf0P9U98Qx0TGRpr56QbagRpyd3cfq4oZqc+Iksz8zUuWTsKABgSgKJTTaia\/Rh5BcVEFu+MUnw4C4fdUDoQWS36eGRQcFiMtSWConBXEMkNm\/G7WoQ0\/G28fqWFLVoQdWQJYfJcEwYNd\/rDihch1DnGnKhgd1hDt3TL8v5YBneqzS9g4AQbjm2RUbv\/Ke5S6sZs3dtWzIRgccP9RzGRw5FAQIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "identity"
    ],
    "action": {
        "default_popup": "ui.html?type=popup"
    },
    "host_permissions": [
        "http:\/\/127.0.0.1:5001\/",
        "https:\/\/gateway.devnet.sui.io\/",
        "https:\/\/fullnode.devnet.sui.io:443\/",
        "https:\/\/gateway.staging.sui.io\/"
    ],
    "icons": {
        "16": "manifest\/icons\/ethos-icon-16.png",
        "48": "manifest\/icons\/ethos-icon-48.png",
        "128": "manifest\/icons\/ethos-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapp-interface.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}