EO.Market – Crypto Market Statistics
View realtime cryptocurrencies prices and coin market cap.
Wat is EO.Market – Crypto Market Statistics?
EO.Market – Crypto Market Statistics is een Chrome-extensie ontwikkeld door https://eo.market, en de belangrijkste functie is "View realtime cryptocurrencies prices and coin market cap.".
Extensie Screenshots
Download het CRX-bestand van de extensie EO.Market – Crypto Market Statistics
Download EO.Market – Crypto Market Statistics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
View realtime cryptocurrencies prices and coin market cap. We listed 2000+ cryptos: Bitcoin, Ethereum, Ripple, EOS and all altcoins
Basisinformatie over de Extensie
Naam | |
ID | mcifakmnfbcibcdcgdghdpfinkdjaekm |
Officiële URL | https://chromewebstore.google.com/detail/eomarket-%E2%80%93-crypto-market/mcifakmnfbcibcdcgdghdpfinkdjaekm |
Beschrijving | View realtime cryptocurrencies prices and coin market cap. |
Bestandsgrootte | 389 KB |
Aantal Installaties | 574 |
Huidige Versie | 1.40 |
Laatst Bijgewerkt | 2019-09-06 |
Publicatiedatum | 2019-09-06 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://eo.market |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://eo.market |
URL van de Privacybeleid Pagina | https://eo.finance/about/privacy |
Ondersteunde Talen | 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" } } |