Guarda

Browser extension for Ethereum and any blockchain

What is Guarda?

Guarda is a Chrome extension developed by https://guarda.com, and its main feature is "Browser extension for Ethereum and any blockchain".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Guarda Extension CRX File

Download Guarda extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Interact with any dApps you love directly from the Chrome browser with Guarda Crypto Wallet.

Guarda Wallet functionality opens the gate to a brand new financial system that you are in charge of. This allows you to access all your funds and manage them regardless of the app or device you are using.

WHAT IS IT?
This is an extension by Guarda Wallet that allows in-browser access to Ethereum-based dApps. You love blockchain games or use DeFi apps then Guarda is your choice!  Though if you are just looking for a full-featured crypto wallet in browser extension format, Guarda is suitable too.

NON-CUSTODIAL SECURITY
Get full control over your crypto wallet private keys. Guarda Wallet likes to uphold privacy, that is why Guarda encrypts all users data and securely stores it on the device itself – no one can gain access to user funds except the private keys owner.

SUPPORTED COINS AND TOKENS
Native support for more than 45 blockchains:
Aryacoin (AYA) | Bitcoin (BTC) | Bitcoin Cash (BCH) | Bitcoin SV (BSV) | Bitcoin Gold (BTG) | Binance Coin (BNB) | Bithereum (BTH) | Ethereum (ETH) | Ethereum Classic (ETC) | Expanse (EXP) | TRON (TRX) | Callisto (CLO) | Cardano (ADA) | Cosmos (ATOM) | Creamcoin (CRM) | DASH | Decred (DCR) | DigiByte (DGB) | Dogecoin (DOGE) | Groestlcoin (GRS) | Gulden (NLG) | Horizen (ZEN) | Komodo (KMD) | Kin (KIN) | Ontology (ONT) | Ubiq (UBQ) | Lisk (LSK) | Litecoin (LTC) | NEM (XEM) | NEO | QTUM | Ravencoin (RVN) | Reddcoin (RDD) | Ripple (XRP) | Stellar (XLM) | Tezos (XTZ) | Verge (XVG) | Vechain (VET) | Vertcoin (VTC) | WAVES | Zcoin (XCZ) | Zcash (ZEC) | Ycash (YEC) | Polkadot (DOT)

OVER 10K TOKENS
All Ethereum- based tokens, TRON-based tokens (TRC10, TRC20), Binance Chain tokens (BEP2) and Waves tokens are supported.
Here is the list of some popular tokens available on Guarda:
MakerDAO (MKR), OMGToken (OMG), 0x Protocol (ZRX), Aeternity (AE), ICON (ICX), Basic Attention Token (BAT), Chainlink (LINK), Holo (HOT), Everipedia (IQ), Chiliz (CHZ), Augur (REP)

SUPPORTED STABLECOINS
Tether USDT (ERC20, TRC10, OMNI), True USD TUSD, Paxos Standard Token, USD Coin USDC, DAI, Gemini Dollar GUSD, Binance BUSD, Stasis EURS and others supported.

MOST EFFICIENT TECHNICAL SUPPORT
Our customer support team is here 24/7 to answer all your questions. We value the time of our users – it never takes longer than 5 minutes to answer your request.

Сhat with our support online!
Email: [email protected]

Also, you can use our extensive FAQ section or Academy to learn more about the wallet security, blockchain functionality, and specs.

Join our community on Telegram @Guarda_community and follow the news on Twitter @GuardaWallet                    

Extension Basic Information

Name Guarda Guarda
ID hpglfhgfnhbgpjdenjgmdgoeiappafln
Official URL https://chromewebstore.google.com/detail/guarda/hpglfhgfnhbgpjdenjgmdgoeiappafln
Description Browser extension for Ethereum and any blockchain
File Size 1.55 MB
Installation Count 6,979
Current Version 1.1.0
Last Updated 2022-10-16
Publish Date 2020-06-22
Rating 3.93/5 Total 28 Ratings
Developer https://guarda.com
Email [email protected]
Payment Type free
Extension Website https://guarda.com/
Help Page URL https://guarda.freshdesk.com/support/solutions
Privacy Policy Page URL https://guarda.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "offline_enabled": false,
    "icons": {
        "128": ".\/images\/icon_128.png",
        "48": ".\/images\/icon_48.png",
        "16": ".\/images\/icon_16.png"
    },
    "action": {
        "default_title": "Guarda wallet",
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "\/src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                ".\/src\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "src\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}