EO.Market – Crypto Market Statistics
View realtime cryptocurrencies prices and coin market cap.
Cos'è EO.Market – Crypto Market Statistics?
EO.Market – Crypto Market Statistics è un'estensione di Chrome sviluppata da https://eo.market, e la sua funzione principale è "View realtime cryptocurrencies prices and coin market cap.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EO.Market – Crypto Market Statistics
Scarica i file di estensione EO.Market – Crypto Market Statistics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
View realtime cryptocurrencies prices and coin market cap. We listed 2000+ cryptos: Bitcoin, Ethereum, Ripple, EOS and all altcoins
Informazioni di Base sull'Estensione
Nome | |
ID | mcifakmnfbcibcdcgdghdpfinkdjaekm |
URL Ufficiale | https://chromewebstore.google.com/detail/eomarket-%E2%80%93-crypto-market/mcifakmnfbcibcdcgdghdpfinkdjaekm |
Descrizione | View realtime cryptocurrencies prices and coin market cap. |
Dimensione del File | 389 KB |
Conteggio Installazioni | 574 |
Versione Corrente | 1.40 |
Ultimo Aggiornamento | 2019-09-06 |
Data di Pubblicazione | 2019-09-06 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | https://eo.market |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://eo.market |
URL della Pagina della Politica sulla Privacy | https://eo.finance/about/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EO.Market \u2013 Crypto Market Statistics", "version": "1.40", "description": "View realtime cryptocurrencies prices and coin market cap.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "storage", "notifications" ], "web_accessible_resources": [ "48x48.png" ], "page_action": { "default_popup": "main.html", "default_icon": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "64": "64x64.png", "128": "128x128.png" } }, "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "64": "64x64.png", "128": "128x128.png" } } |