Coin98 Wallet

Crypto Wallet & Defi Gateway.

Co to jest Coin98 Wallet?

Coin98 Wallet to rozszerzenie Chrome opracowane przez https://coin98.com, a jego główną funkcją jest „Crypto Wallet & Defi Gateway.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Coin98 Wallet

Pobierz pliki rozszerzeń Coin98 Wallet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Coin98 Wallet is the #1 non-custodial, multi-chain wallet, and DeFi gateway, designed to seamlessly connect users to the crypto world in a safe and secure manner. 

Multiple Chains Support
The product offers users fast, convenient, and secure procedures of storing, sending and receiving on 60+ popular blockchains. Besides that, the Custom Network feature is also available, allowing users to add unlimited networks. 

Top-tier security
The Browser enhances users’ experience by providing top-tier security for their assets. We offer users two password setting options (Text Password, Matrix Password) and the locking feature.

Store, trade, and collect NFTs
Coin98 Wallet provides a cosmos for safe, straightforward handling and storing NFTs. Our users can store, send and receive multi-chain NFT directly on EVM blockchains and non-EVM chains like Solana.

Trade natively 
The Extension has integrated top-tier DEXs, supporting users to trade natively with optimized transaction fees, and eliminating unnecessary steps, such as connecting dapps, searching for tokens, etc. 

Multi-send feature 
With the multi-send feature, we enable users to send tokens to multiple addresses simultaneously. Currently, it is available for 13 blockchains. 

Multiple languages supported
12 different languages are now supported for global users. 

Hardware wallet support 
We support users to connect to prominent hardware wallets on the market, including Ledger NanoS, Ledger NanoX, and Trezor, ensuring the security of user assets. 

Install and experience the top-tier wallet now! 

Need help? Contact us
 - Live chat: https://livechat.coin98.com/
 - Email: [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa Coin98 Wallet Coin98 Wallet
ID aeachknmefphepccionboohckonoeemg
Oficjalny URL https://chromewebstore.google.com/detail/coin98-wallet/aeachknmefphepccionboohckonoeemg
Opis Crypto Wallet & Defi Gateway.
Rozmiar pliku 30.24 MB
Liczba instalacji 111,892
Aktualna Wersja 9.1.6
Ostatnia Aktualizacja 2024-02-10
Data Publikacji 2020-11-19
Ocena 4.71/5 Łącznie 970 Oceny
Deweloper https://coin98.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://coin98.com
Adres URL Strony Pomocy https://livechat.coin98.com/
Adres URL Strony Polityki Prywatności https://docs.coin98.com/legal/privacy-policy
Obsługiwane Języki id,en,fr,vi,pt-PT,ru,th,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.33d6b020.png",
        "32": "icon32.plasmo.27afc861.png",
        "48": "icon48.plasmo.8ba71e59.png",
        "64": "icon64.plasmo.3309652e.png",
        "128": "icon128.plasmo.218fa34e.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.33d6b020.png",
            "32": "icon32.plasmo.27afc861.png",
            "48": "icon48.plasmo.8ba71e59.png",
            "64": "icon64.plasmo.3309652e.png",
            "128": "icon128.plasmo.218fa34e.png"
        },
        "default_popup": "popup.html"
    },
    "version": "9.1.6",
    "author": "thanhtam",
    "name": "Coin98 Wallet",
    "description": "Crypto Wallet & Defi Gateway.",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "notifications",
        "unlimitedStorage",
        "clipboardRead",
        "identity"
    ],
    "background": {
        "service_worker": "background.27744de3.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.e260d5bf.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "takePlaces.20f1f78d.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": [],
            "world": "MAIN"
        }
    ],
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/**",
                "cosmos.*.js",
                "inpage.*.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                ""
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "inpage.f91064fd.js",
                "cosmos.1f92e58b.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "oauth2": {
        "client_id": "114789873055-e2sktrogsg2k12rj9lhhvfhpg796ebsf.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "drive"
        ]
    }
}