Coin98 Wallet

Crypto Wallet & Defi Gateway.

Что такое Coin98 Wallet?

Coin98 Wallet - это расширение Chrome, разработанное https://coin98.com, и его основная функция - "Crypto Wallet & Defi Gateway.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Coin98 Wallet

Скачайте файлы расширений Coin98 Wallet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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]                    

Основная информация о расширении

Название Coin98 Wallet Coin98 Wallet
ID aeachknmefphepccionboohckonoeemg
Официальный URL https://chromewebstore.google.com/detail/coin98-wallet/aeachknmefphepccionboohckonoeemg
Описание Crypto Wallet & Defi Gateway.
Размер файла 30.24 MB
Количество установок 111,892
Текущая Версия 9.1.6
Последнее Обновление 2024-02-10
Дата публикации 2020-11-19
Рейтинг 4.71/5 Всего 970 оценок
Разработчик https://coin98.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://coin98.com
URL страницы помощи https://livechat.coin98.com/
URL страницы политики конфиденциальности https://docs.coin98.com/legal/privacy-policy
Поддерживаемые языки 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"
        ]
    }
}