OKX Wallet

OKX Wallet is a universal crypto wallet available on multiple platforms, including app, web, and extension

Τι είναι το OKX Wallet;

Το OKX Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.okx.com/web3, και η κύρια λειτουργία του είναι "OKX Wallet is a universal crypto wallet available on multiple platforms, including app, web, and extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης OKX Wallet

Λήψη αρχείων επέκτασης OKX Wallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        You can use OKX Wallet to easily access 3,000+ crypto, 80+ networks, thousands of DApps, and the Web3 ecosystem. 
With OKX Wallet, you have complete control over your private keys and crypto assets.
OKX Wallet is a multi-chain wallet that currently supports both EVM and non-EVM networks, making it easier for you to access DApps on different networks without having to switch wallets. 
To learn more, please visit www.okx.com/web3.
If you have any questions or concerns, please don't hesitate to contact us at  [email protected].                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OKX Wallet OKX Wallet
ID mcohilncbfahbmgdjkbpemcciiolgcge
Επίσημο URL https://chromewebstore.google.com/detail/okx-wallet/mcohilncbfahbmgdjkbpemcciiolgcge
Περιγραφή OKX Wallet is a universal crypto wallet available on multiple platforms, including app, web, and extension
Μέγεθος Αρχείου 18.92 MB
Αριθμός Εγκαταστάσεων 900,000
Τρέχουσα Έκδοση 2.85.1
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2021-07-06
Αξιολόγηση 4.78/5 Συνολικά 1725 Αξιολογήσεις
Προγραμματιστής https://www.okx.com/web3
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.okx.com/web3
Διεύθυνση URL της Σελίδας Βοήθειας https://www.okx.com/web3/build/docs/
URL της Σελίδας Πολιτικής Απορρήτου https://www.okx.com/help/okx-web3-ecosystem-privacy-policy
Υποστηριζόμενες Γλώσσες id,de,en,fr,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,ro,cs,ru,uk,th,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/www.okx.com",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "static\/images\/icon-16.png",
            "19": "static\/images\/icon-19.png",
            "32": "static\/images\/icon-32.png",
            "38": "static\/images\/icon-38.png",
            "64": "static\/images\/icon-64.png",
            "128": "static\/images\/icon-128.png",
            "512": "static\/images\/icon-512.png"
        },
        "default_title": "__MSG_wallet_intro_product_name__",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+O",
                "mac": "Alt+Shift+O",
                "chromeos": "Alt+Shift+O",
                "linux": "Alt+Shift+O"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/lib\/disable-console.js",
                "scripts\/lib\/globalthis.js",
                "scripts\/lib\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "scripts\/vendor\/trezor\/content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
    "default_locale": "en",
    "description": "__MSG_wallet_intro_text_desc__",
    "icons": {
        "16": "static\/images\/icon-16.png",
        "19": "static\/images\/icon-19.png",
        "32": "static\/images\/icon-32.png",
        "38": "static\/images\/icon-38.png",
        "48": "static\/images\/icon-48.png",
        "64": "static\/images\/icon-64.png",
        "128": "static\/images\/icon-128.png",
        "512": "static\/images\/icon-512.png"
    },
    "manifest_version": 2,
    "name": "__MSG_wallet_intro_product_name__",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "notifications"
    ],
    "short_name": "__MSG_wallet_intro_product_name__",
    "web_accessible_resources": [
        "scripts\/lib\/inpage.js",
        "static\/images\/icon*",
        "static\/fonts\/HarmonyOS_Sans_Web\/*"
    ],
    "version": "2.85.1",
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/okx.com\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "minimum_chrome_version": "63"
}