Wombat - Gaming Wallet for Ethereum & EOS

Blockchain within seconds for gamers - and everyone else

Τι είναι το Wombat - Gaming Wallet for Ethereum & EOS;

Το Wombat - Gaming Wallet for Ethereum & EOS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Spielworks GmbH, και η κύρια λειτουργία του είναι "Blockchain within seconds for gamers - and everyone else".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wombat - Gaming Wallet for Ethereum & EOS

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

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

                        Wombat - Gaming Wallet for Ethereum, Polygon, EOS, WAX & more
Wombat is the leading and trusted wallet for gamers and beyond to manage & trade their NFTs and token on the Ethereum, Polygon, EOS, WAX and Telos blockchains. Account creations on the EOS, WAX and Telos networks as well as a certain number of transactions on these networks are free. In other words: Wombat is fast, free, secure and easy to use.

Wombat enables you to find, play and interact with the best blockchain applications (dApps) and games available on Ethereum, Polygon, EOS, WAX and Telos. To make interactions with dApps as comfortable as possible you can whitelist any dApp you want for automatic signing of transactions. 

Non-custodial wallet
With Wombat you can securely store, send, receive and trade NFTs and hundreds of tokens. Your private key is stored securely on your GDrive or Dropbox without any access by third parties. Wombat also offers a comfortable key backup and recovery option. Currently supported tokens include:

• ETH
• USDT
• USDC
• SHIB
• UNI

Best Games & Dapps:
With Wombat you have the best Dapps right at your fingertips. Playing blockchain games with Wombat comes with exclusive giveaways, free game-items and lots of opportunities to win gaming tokens.

If you have questions or want to give feedback, you can reach the Wombat team here:

Email: [email protected]
Telegram: https://t.me/getwombat
Twitter: https://twitter.com/adoptwombat                    

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

Όνομα Wombat - Gaming Wallet for Ethereum & EOS Wombat - Gaming Wallet for Ethereum & EOS
ID amkmjjmmflddogmhpjloimipbofnfjih
Επίσημο URL https://chromewebstore.google.com/detail/wombat-gaming-wallet-for/amkmjjmmflddogmhpjloimipbofnfjih
Περιγραφή Blockchain within seconds for gamers - and everyone else
Μέγεθος Αρχείου 1.79 MB
Αριθμός Εγκαταστάσεων 53,374
Τρέχουσα Έκδοση 10.6.6
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2020-06-19
Αξιολόγηση 4.15/5 Συνολικά 192 Αξιολογήσεις
Προγραμματιστής Spielworks GmbH
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://wombat.app
Διεύθυνση URL της Σελίδας Βοήθειας https://www.getwombat.io/faq
URL της Σελίδας Πολιτικής Απορρήτου https://www.getwombat.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wombat - Gaming Wallet for Ethereum & EOS",
    "description": "Blockchain within seconds for gamers - and everyone else",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "clipboardWrite",
        "notifications",
        "identity",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/content.dropboxapi.com\/*",
        "https:\/\/api.getwombat.io\/*"
    ],
    "browser_action": {
        "default_title": "Wombat Wallet",
        "default_popup": "popup.html#\/",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png",
            "256": "icons\/256.png"
        }
    },
    "background": {
        "page": "\/background.html"
    },
    "options_ui": {
        "page": "\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "fonts\/*",
        "dropbox.html"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "version": "10.6.6"
}