Yeti: Web3.0 Blockchain Wallet

Everything in the blockchain made easy

Τι είναι το Yeti: Web3.0 Blockchain Wallet;

Το Yeti: Web3.0 Blockchain Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://yetichain.com, και η κύρια λειτουργία του είναι "Everything in the blockchain made easy".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Yeti: Web3.0 Blockchain Wallet

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

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

                        YETI is a multichain wallet extension in your browser for easy access to the world of web3. Interact with Ethereum, Bitcoin, Binance, Polkadot, other EVM and Parachains supported - all directly in your browser. A non-custodial wallet that tracks no data, leaving you in complete control of your assets!  

Your crypto should go where you do, so we built a wallet that is powerful and easy to use, looking toward the multichain future. Brought to you by YETI Team.

With YETI, users have full control over their digital assets.


YETI Features:
-Easy access to the world of web3
-Access EVM Chains, Parachains, Canto, and the Bitcoin Network all with one account
-Buy ETH with just a few clicks
-Integrated DApps
-View and manage all of your NFTs across different chains
-View and manage all your tokens
-Send and receive tokens
-Get the best deals when swapping between tokens
-Import your existing addresses
-Hardware wallet support
-One recovery phrase for ALL chains!

Polkadot Features:
-Create accounts for Polkadot, Moonbeam, Acala, Astar as well as Kusama, Moonriver, Karura and Shiden.
-All other parachains coming soon!
-Buy DOT
-Import your recovery phrase from an existing PolkadotJS wallet
-View balances of your assets
-Sign messages
-Confirm transactions

Coming Soon:
The next-generation smart contract wallet powered by ERC-4337. Simply set up in seconds without recovery phrase.

Social Recovery:
Keep your wallet safe with the help of your friends

2 Factor Authentication:
Add an extra layer of security for your transaction

Pay Gas with ERC-20:
Pay Gas using same token

Gas-less Payment:
Sponsored by third parties

And more:
Batch transaction, session key

YETI Wallet will have several functions that make it convenient and secure for users.

- Create and use wallets using your phone number or email. 
- Restore your wallet with trusted contacts if you have lost your keys.
- Choose a way to pay fees for transactions and hide your address from outsiders. 
- Subscribe on regular payments, authenticate using several factors, manage your access rights and much more using code.

You can familiarize yourself with other opportunities and priorities at official website , Twitter ,Telegram.

Official website: https://yetichain.com
Twitter: https://twitter.com/Yetichain
Telegram: https://t.me/yetichain

Created and maintained by:
- YETI Chain                    

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

Όνομα Yeti: Web3.0 Blockchain Wallet Yeti: Web3.0 Blockchain Wallet
ID odpnjmimokcmjgojhnhfcnalnegdjmdn
Επίσημο URL https://chromewebstore.google.com/detail/yeti-web30-blockchain-wal/odpnjmimokcmjgojhnhfcnalnegdjmdn
Περιγραφή Everything in the blockchain made easy
Μέγεθος Αρχείου 18.6 MB
Αριθμός Εγκαταστάσεων 588
Τρέχουσα Έκδοση 1.50.0
Τελευταία Ενημέρωση 2023-04-30
Ημερομηνία Δημοσίευσης 2023-02-07
Αξιολόγηση 4.98/5 Συνολικά 294 Αξιολογήσεις
Προγραμματιστής https://yetichain.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://yetichain.com
Διεύθυνση URL της Σελίδας Βοήθειας https://docs.yetichain.com
URL της Σελίδας Πολιτικής Απορρήτου http://yetichain.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/www.yetichain.com",
    "homepage_url": "https:\/\/www.yetichain.com",
    "version": "1.50.0",
    "name": "Yeti: Web3.0 Blockchain Wallet",
    "short_name": "Yeti",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "clipboardRead",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor-content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Everything in the blockchain made easy",
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "64": "assets\/img\/icons\/icon64.png",
        "192": "assets\/img\/icons\/icon192.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/img\/icons\/icon16.png",
            "32": "assets\/img\/icons\/icon32.png",
            "64": "assets\/img\/icons\/icon64.png",
            "192": "assets\/img\/icons\/icon192.png"
        },
        "default_title": "Yeti",
        "default_popup": "action.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/inject.js",
                "scripts\/*.js.map"
            ],
            "use_dynamic_url": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "103",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}