EO.Market – Crypto Market Statistics
View realtime cryptocurrencies prices and coin market cap.
Was ist EO.Market – Crypto Market Statistics?
EO.Market – Crypto Market Statistics ist eine Chrome-Erweiterung, die von https://eo.market entwickelt wurde, und ihr Hauptmerkmal ist "View realtime cryptocurrencies prices and coin market cap.".
Erweiterungsscreenshots
EO.Market – Crypto Market Statistics-Erweiterungs-CRX-Datei herunterladen
Laden Sie EO.Market – Crypto Market Statistics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
View realtime cryptocurrencies prices and coin market cap. We listed 2000+ cryptos: Bitcoin, Ethereum, Ripple, EOS and all altcoins
Grundlegende Informationen zur Erweiterung
Name | |
ID | mcifakmnfbcibcdcgdghdpfinkdjaekm |
Offizielle URL | https://chromewebstore.google.com/detail/eomarket-%E2%80%93-crypto-market/mcifakmnfbcibcdcgdghdpfinkdjaekm |
Beschreibung | View realtime cryptocurrencies prices and coin market cap. |
Dateigröße | 389 KB |
Installationsanzahl | 574 |
Aktuelle Version | 1.40 |
Letztes Update | 2019-09-06 |
Veröffentlichungsdatum | 2019-09-06 |
Bewertung | 5.00/5 Insgesamt 12 Bewertungen |
Entwickler | https://eo.market |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://eo.market |
URL der Datenschutzrichtlinien-Seite | https://eo.finance/about/privacy |
Unterstützte Sprachen | 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" } } |