ZuPago Crypto Tracker & Converter
Helps Calculate Current Crypto Currency Exchange Live Rates
Что такое ZuPago Crypto Tracker & Converter?
ZuPago Crypto Tracker & Converter - это расширение Chrome, разработанное http://zupago.pe, и его основная функция - "Helps Calculate Current Crypto Currency Exchange Live Rates".
Снимки экрана расширения
Скачать файл CRX расширения ZuPago Crypto Tracker & Converter
Скачайте файлы расширений ZuPago Crypto Tracker & Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | mnalladdhdlgjmjoocjnoolbehpkmhhp |
Официальный URL | https://chrome.google.com/webstore/detail/zupago-crypto-tracker-con/mnalladdhdlgjmjoocjnoolbehpkmhhp |
Описание | Helps Calculate Current Crypto Currency Exchange Live Rates |
Размер файла | 472 KB |
Количество установок | 41 |
Текущая Версия | 1.4.2 |
Последнее Обновление | 2019-01-09 |
Дата публикации | 2019-01-09 |
Рейтинг | 4.50/5 Всего 16 оценок |
Разработчик | http://zupago.pe |
Тип оплаты | free |
Официальный сайт расширения | https://zupago.pe/terms |
URL страницы помощи | https://zupago.pe/contact-us |
URL страницы политики конфиденциальности | https://zupago.pe/terms |
Поддерживаемые языки | 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 } |