Arbie
Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem
Τι είναι το Arbie;
Το Arbie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Arbie, και η κύρια λειτουργία του είναι "Arbie notifies you of arbitrage opportunities and more within the Terra 2.0 ecosystem".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Arbie
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" } } |