Arbie

Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem

Arbie là gì?

Arbie là một tiện ích mở rộng Chrome được phát triển bởi Arbie, và tính năng chính của nó là "Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Arbie 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

                        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!                    

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

Tên Arbie Arbie
ID igpjjlicjmkkldmimeblgcfcdeefjihg
URL Chính Thức https://chromewebstore.google.com/detail/arbie/igpjjlicjmkkldmimeblgcfcdeefjihg
Mô tả Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem
Kích Thước Tệp 7.57 MB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2023-02-21
Ngày Phát Hành 2023-01-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Arbie
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://arbie.app
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}