EO.Market – Crypto Market Statistics
View realtime cryptocurrencies prices and coin market cap.
What is EO.Market – Crypto Market Statistics?
EO.Market – Crypto Market Statistics is a Chrome extension developed by https://eo.market, and its main feature is "View realtime cryptocurrencies prices and coin market cap.".
Extension Screenshots
Download EO.Market – Crypto Market Statistics Extension CRX File
Download EO.Market – Crypto Market Statistics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
View realtime cryptocurrencies prices and coin market cap. We listed 2000+ cryptos: Bitcoin, Ethereum, Ripple, EOS and all altcoins
Extension Basic Information
Name | |
ID | mcifakmnfbcibcdcgdghdpfinkdjaekm |
Official URL | https://chromewebstore.google.com/detail/eomarket-%E2%80%93-crypto-market/mcifakmnfbcibcdcgdghdpfinkdjaekm |
Description | View realtime cryptocurrencies prices and coin market cap. |
File Size | 389 KB |
Installation Count | 574 |
Current Version | 1.40 |
Last Updated | 2019-09-06 |
Publish Date | 2019-09-06 |
Rating | 5.00/5 Total 12 Ratings |
Developer | https://eo.market |
[email protected] | |
Payment Type | free |
Extension Website | https://eo.market |
Privacy Policy Page URL | https://eo.finance/about/privacy |
Supported Languages | 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" } } |