Defichain Captain

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

Defichain Captain là gì?

Defichain Captain là một tiện ích mở rộng Chrome được phát triển bởi Sharky, và tính năng chính của nó là "Viewer for DeFichain, showing rewards from liquidity pools, staking, price and much more. Keep track of your DeFi.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Defichain Captain

Tải xuống các tệp mở rộng Defichain Captain dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Defichain Captain Defichain Captain
ID hmdebandhhfnogdbbjhmjkdjhhnephkk
URL Chính Thức https://chromewebstore.google.com/detail/defichain-captain/hmdebandhhfnogdbbjhmjkdjhhnephkk
Mô tả Viewer for DeFichain, showing rewards from liquidity pools, staking, price and much more. Keep track of your DeFi.
Kích Thước Tệp 1.18 MB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1.12.5
Cập Nhật Lần Cuối 2023-04-01
Ngày Phát Hành 2021-08-26
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Sharky
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}