EO.Market – Crypto Market Statistics
View realtime cryptocurrencies prices and coin market cap.
EO.Market – Crypto Market Statistics क्या है?
EO.Market – Crypto Market Statistics https://eo.market द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View realtime cryptocurrencies prices and coin market cap."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EO.Market – Crypto Market Statistics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
View realtime cryptocurrencies prices and coin market cap. We listed 2000+ cryptos: Bitcoin, Ethereum, Ripple, EOS and all altcoins
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mcifakmnfbcibcdcgdghdpfinkdjaekm |
आधिकारिक URL | https://chromewebstore.google.com/detail/eomarket-%E2%80%93-crypto-market/mcifakmnfbcibcdcgdghdpfinkdjaekm |
विवरण | View realtime cryptocurrencies prices and coin market cap. |
फ़ाइल का आकार | 389 KB |
स्थापना संख्या | 574 |
वर्तमान संस्करण | 1.40 |
अंतिम अपडेट | 2019-09-06 |
प्रकाशन तिथि | 2019-09-06 |
रेटिंग | 5.00/5 कुल 12 रेटिंग्स |
डेवलपर | https://eo.market |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://eo.market |
गोपनीयता नीति पृष्ठ URL | https://eo.finance/about/privacy |
समर्थित भाषाएँ | 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" } } |