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”。

扩展截图

screenshot
screenshot
screenshot

下载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 Arbie
ID igpjjlicjmkkldmimeblgcfcdeefjihg
官方URL 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"
    }
}