Arbie
Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem
O que é Arbie?
Arbie é uma extensão do Chrome desenvolvida por Arbie, e sua principal característica é "Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Arbie
Baixe arquivos de extensão Arbie no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Arbie |
ID | igpjjlicjmkkldmimeblgcfcdeefjihg |
URL Oficial | https://chromewebstore.google.com/detail/arbie/igpjjlicjmkkldmimeblgcfcdeefjihg |
Descrição | Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem |
Tamanho do Arquivo | 7.57 MB |
Contagem de Instalações | 64 |
Versão Atual | 1.01 |
Última Atualização | 2023-02-21 |
Data de Publicação | 2023-01-26 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Arbie |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://arbie.app |
Idiomas Suportados | 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" } } |