Coin98 Wallet

Crypto Wallet & Defi Gateway.

Vad är Coin98 Wallet?

Coin98 Wallet är en Chrome-tillägg utvecklad av https://coin98.com, och dess huvudfunktion är "Crypto Wallet & Defi Gateway.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Coin98 Wallet-förlängningens CRX-fil

Ladda ner Coin98 Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Coin98 Wallet Coin98 Wallet
ID aeachknmefphepccionboohckonoeemg
Officiell webbadress https://chromewebstore.google.com/detail/coin98-wallet/aeachknmefphepccionboohckonoeemg
Beskrivning Crypto Wallet & Defi Gateway.
Filstorlek 30.24 MB
Antal Installationer 111,892
Aktuell Version 9.1.6
Senast Uppdaterad 2024-02-10
Publiceringsdatum 2020-11-19
Betyg 4.71/5 Totalt 970 Betyg
Utvecklare https://coin98.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://coin98.com
Hjälpsida URL https://livechat.coin98.com/
URL till Sekretesspolicy Sidan https://docs.coin98.com/legal/privacy-policy
Stödda Språk 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"
        ]
    }
}