Defichain Captain
Viewer for DeFichain, showing rewards from liquidity pools, staking, price and much more. Keep track of your DeFi.
What is Defichain Captain?
Defichain Captain is a Chrome extension developed by Sharky, and its main feature is "Viewer for DeFichain, showing rewards from liquidity pools, staking, price and much more. Keep track of your DeFi.".
Extension Screenshots
Download Defichain Captain Extension CRX File
Download Defichain Captain 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
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.
Extension Basic Information
Name | Defichain Captain |
ID | hmdebandhhfnogdbbjhmjkdjhhnephkk |
Official URL | https://chromewebstore.google.com/detail/defichain-captain/hmdebandhhfnogdbbjhmjkdjhhnephkk |
Description | Viewer for DeFichain, showing rewards from liquidity pools, staking, price and much more. Keep track of your DeFi. |
File Size | 1.18 MB |
Installation Count | 112 |
Current Version | 1.12.5 |
Last Updated | 2023-04-01 |
Publish Date | 2021-08-26 |
Rating | 3.60/5 Total 5 Ratings |
Developer | Sharky |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |