ZuPago Crypto Tracker & Converter
Helps Calculate Current Crypto Currency Exchange Live Rates
What is ZuPago Crypto Tracker & Converter?
ZuPago Crypto Tracker & Converter is a Chrome extension developed by http://zupago.pe, and its main feature is "Helps Calculate Current Crypto Currency Exchange Live Rates".
Extension Screenshots
Download ZuPago Crypto Tracker & Converter Extension CRX File
Download ZuPago Crypto Tracker & Converter 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
ZuPago Crypto Tracker & Converter, Give Best and reliable life Exchange Rates of Crypto-Currency, it enables you to config which rate is important to you and what to display. Also Enable you to set unlimited notification you can easily monitors live rate by config alert.
Extension Basic Information
Name | |
ID | mnalladdhdlgjmjoocjnoolbehpkmhhp |
Official URL | https://chrome.google.com/webstore/detail/zupago-crypto-tracker-con/mnalladdhdlgjmjoocjnoolbehpkmhhp |
Description | Helps Calculate Current Crypto Currency Exchange Live Rates |
File Size | 472 KB |
Installation Count | 41 |
Current Version | 1.4.2 |
Last Updated | 2019-01-09 |
Publish Date | 2019-01-09 |
Rating | 4.50/5 Total 16 Ratings |
Developer | http://zupago.pe |
Payment Type | free |
Extension Website | https://zupago.pe/terms |
Help Page URL | https://zupago.pe/contact-us |
Privacy Policy Page URL | https://zupago.pe/terms |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZuPago Crypto Tracker & Converter", "short_name": "ZuPago Crypto Tracker & Converter", "version": "1.4.2", "description": "Helps Calculate Current Crypto Currency Exchange Live Rates", "permissions": [ "storage", "https:\/\/*.zupago.pe\/*", "https:\/\/*.bitcoinaverage.com\/*", "http:\/\/*.zupago.pe\/*", "http:\/\/*.bitcoinaverage.com\/*", "notifications" ], "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' 'sha256-pbz+E3L0g6Nj8+XWmiwq+gQsLaXVSGLpTGLpfFkbCbc=' 'sha256-pbz+E3L0g6Nj8+XWmiwq+gQsLaXVSGLpTGLpfFkbCbc=' 'sha256-hmUatUa8ps28FFeQ0hy1vzqR8OLGYf4uaOrNyUdYeF0=' https:\/\/ssl.google-analytics.com https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'", "manifest_version": 2 } |