BlockWallet

All eyes on your dreams with BlockWallet - your self-custodial Web3 wallet that handles the rest.

Τι είναι το BlockWallet;

Το BlockWallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blockwallet.io, και η κύρια λειτουργία του είναι "All eyes on your dreams with BlockWallet - your self-custodial Web3 wallet that handles the rest.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Take on Ethereum, BNB Chain, Polygon, and every other EVM chain. Have fun and go wild, knowing that BlockWallet has got your back, or pop in your Ledger, Trezor, or Keystone hardware wallet to beef up your security to another level. 

BlockWallet is for you if:

- You frequently use DApps and DEXes.
- You want your tools working smoothly, every time.
- You care about your personal data and security online.
- You are tired of overly cluttered and confusing crypto wallets.

Here's what you can expect:

Explore Freely ⇒ Swap and bridge your tokens right inside the wallet, with unbeatable convenience. Get the best quotes on the market too. With Quick Network Finder, adding new networks is as simple as typing in a search. No unnecessary hoops to jump through, no complex steps to stumble over - just a few clicks and you are done.

Stay Safe ⇒ Easily revoke token allowances to reduce your risk of losing funds to hacks and exploits. Meanwhile, BlockWallet's uniquely generated artwork is your shield against phishing attempts, helping you easily spot the right from the wrong. 

Stay Connected ⇒ BlockWallet has your back with a node failover system. BlockWallet uses a primary and a secondary node provider for the most popular networks. So, if one providers fails, your wallet will automatically and instantly switch to the other one, making sure everything keeps running smoothly for you.

BlockWallet is more than just a wallet, it's a launchpad for your dreams. No matter where you stand in the crypto arena - whether you're an old hand or just starting - BlockWallet has your back.

Learn more about BlockWallet:

https://blockwallet.io

https://twitter.com/GetBlockWallet                    

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

Όνομα BlockWallet BlockWallet
ID bopcbmipnjdcdfflfgjdgdjejmgpoaab
Επίσημο URL https://chromewebstore.google.com/detail/blockwallet/bopcbmipnjdcdfflfgjdgdjejmgpoaab
Περιγραφή All eyes on your dreams with BlockWallet - your self-custodial Web3 wallet that handles the rest.
Μέγεθος Αρχείου 3.63 MB
Αριθμός Εγκαταστάσεων 8,239
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2024-02-05
Ημερομηνία Δημοσίευσης 2021-12-09
Αξιολόγηση 4.88/5 Συνολικά 147 Αξιολογήσεις
Προγραμματιστής https://blockwallet.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://blockwallet.io/
URL της Σελίδας Πολιτικής Απορρήτου https://blockwallet.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "BlockWallet",
    "background": {
        "scripts": [
            "hot-reload.js",
            "background.js",
            "bw-libs.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/block-wallet.github.io\/eth-ledger-bridge-keyring\/*",
                "https:\/\/connect.trezor.io\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "vendor\/trezor\/trezor-content.js"
            ],
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "BlockWallet"
    },
    "description": "All eyes on your dreams with BlockWallet - your self-custodial Web3 wallet that handles the rest.",
    "homepage_url": "https:\/\/www.blockwallet.io\/",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "name": "BlockWallet",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        "https:\/\/*.blockwallet.io\/*",
        "https:\/\/*.etherscan.io\/*",
        "https:\/\/*.bscscan.com\/*",
        "https:\/\/*.polygonscan.com\/*"
    ],
    "short_name": "BlockWallet",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+O"
            }
        }
    },
    "version": "1.2.4",
    "web_accessible_resources": [
        "blankProvider.js"
    ]
}