Arbie
Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem
什麼是Arbie?
Arbie是由Arbie開發的Chrome擴展程式,該擴展的主要功能是“Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem”。
擴展截圖
下載Arbie擴展crx文件
下載Arbie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Introducing Arbie - the ultimate crypto companion for your browser. With our sleek extension, you'll never miss a beat in the world of cryptocurrency. Pin our icon to your extensions bar for constant, real-time updates on the price of your favorite tokens, including Bitcoin (BTC), Ethereum (ETH), Luna (LUNA) and others within the Terra ecosystem. But that's not all - our extension also features an "Arbs" tab, where you can stay on top of current arbitrage opportunities, as well as "Pools" and "Staking" to check out the latest liquidity pool and staking returns. Upgrade your crypto game with Arbie!
擴展基本資訊
名稱 | Arbie |
ID | igpjjlicjmkkldmimeblgcfcdeefjihg |
官方網址 | https://chromewebstore.google.com/detail/arbie/igpjjlicjmkkldmimeblgcfcdeefjihg |
簡介 | Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem |
檔案大小 | 7.57 MB |
安裝次數 | 64 |
目前版本 | 1.01 |
更新時間 | 2023-02-21 |
上架時間 | 2023-01-26 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Arbie |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://arbie.app |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arbie", "description": "Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem", "version": "1.01", "manifest_version": 3, "permissions": [ "alarms", "storage" ], "background": { "service_worker": "js\/background.js" }, "host_permissions": [ "https:\/\/api.arbie.app\/" ], "action": { "default_title": "Arbie", "default_popup": "popup.html" }, "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } |