Defichain Captain

Viewer for DeFichain, showing rewards from liquidity pools, staking, price and much more. Keep track of your DeFi.

Co to jest Defichain Captain?

Defichain Captain to rozszerzenie Chrome opracowane przez Sharky, a jego główną funkcją jest „Viewer for DeFichain, showing rewards from liquidity pools, staking, price and much more. Keep track of your DeFi.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Defichain Captain

Pobierz pliki rozszerzeń Defichain Captain w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        DeFiChain Captain is All In One tool to allow you viewing and tracking your portfolio in one place. 

Easily access and view:
- view DeFiChain pools (crypto, stocks, ETF)
- view your rewards in multiple currencies
- monitor your vaults
- view DFI price
- stay up to date with built in DeFiChain calendar of upcoming events
- view your earnings and switch between minute/hour/day/month/year
- stay up to date with latests podcast episodes

DISCLAIMER: Calculations are estimates and does not represent 100% accuracy.                    

Podstawowe informacje o rozszerzeniu

Nazwa Defichain Captain Defichain Captain
ID hmdebandhhfnogdbbjhmjkdjhhnephkk
Oficjalny URL https://chromewebstore.google.com/detail/defichain-captain/hmdebandhhfnogdbbjhmjkdjhhnephkk
Opis Viewer for DeFichain, showing rewards from liquidity pools, staking, price and much more. Keep track of your DeFi.
Rozmiar pliku 1.18 MB
Liczba instalacji 112
Aktualna Wersja 1.12.5
Ostatnia Aktualizacja 2023-04-01
Data Publikacji 2021-08-26
Ocena 3.60/5 Łącznie 5 Oceny
Deweloper Sharky
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Defichain Captain",
    "version": "1.12.5",
    "description": "Viewer for DeFichain, showing rewards from liquidity pools, staking, price and much more. Keep track of your DeFi.",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ocean.defichain.com\/*",
        "https:\/\/api.cakedefi.com\/coins\/apy",
        "https:\/\/open.er-api.com\/*",
        "https:\/\/api.dfx.swiss\/*",
        "https:\/\/firestore.googleapis.com\/*"
    ]
}