Kin Price
Kin Price Monitor and other utilities around Kin
¿Qué es Kin Price?
Kin Price es una extensión de Chrome desarrollada por SkyFoxx Apps, y su función principal es "Kin Price Monitor and other utilities around Kin".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Kin Price
Descarga archivos de extensión Kin Price en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This is a Google Chrome extension that shows the price of Kin in USD and other currencies. It will notify you if the price goes higher or lower than a defined price (or by default the last higher/lower price)
Información Básica de la Extensión
Nombre | |
ID | lobahgpcojafclgplpiigflegkcnheak |
URL Oficial | https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak |
Descripción | Kin Price Monitor and other utilities around Kin |
Tamaño del Archivo | 24.78 KB |
Cantidad de Instalaciones | 23 |
Versión Actual | 1.0 |
Última Actualización | 2019-03-14 |
Fecha de Publicación | 2019-03-14 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | SkyFoxx Apps |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://hitwill.github.io/tipster-privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kin Price", "description": "Kin Price Monitor and other utilities around Kin", "version": "1.0", "content_security_policy": "script-src 'self' https:\/\/widgets.coingecko.com; object-src 'self'", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "hitwill", "icons": { "128": "icon.png" }, "web_accessible_resources": [ "icon.png" ], "permissions": [ "background", "notifications", "storage", "http:\/\/api.coinmarketcap.com\/", "http:\/\/www.ecb.europa.eu\/", "https:\/\/api.coinmarketcap.com\/", "https:\/\/widgets.coingecko.com\/coingecko-coin-price-chart-widget.js", "https:\/\/www.ecb.europa.eu\/" ] } |