CryptoX - Cryptocurrency Exchange
Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
¿Qué es CryptoX - Cryptocurrency Exchange?
CryptoX - Cryptocurrency Exchange es una extensión de Chrome desarrollada por https://www.autoclickbots.com, y su función principal es "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CryptoX - Cryptocurrency Exchange
Descarga archivos de extensión CryptoX - Cryptocurrency Exchange 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
Instant cryptocurrency exchange powered by Changelly. Transfer from one wallet to another within seconds. It's that simple. Enter the amount and the address. Transfer your coins and let the magic happen.
Información Básica de la Extensión
Nombre | CryptoX - Cryptocurrency Exchange |
ID | iiehefonnnkbafghfcnknlddfgpecdgi |
URL Oficial | https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi |
Descripción | Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots |
Tamaño del Archivo | 26.13 KB |
Cantidad de Instalaciones | 42 |
Versión Actual | 0.4 |
Última Actualización | 2018-03-20 |
Fecha de Publicación | 2018-03-20 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | https://www.autoclickbots.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.autoclickbots.com/content/crypto-exchange/ |
URL de la Página de Ayuda | https://www.autoclickbots.com/SupportCenter/ |
URL de la Página de Política de Privacidad | https://www.autoclickbots.com/privacy_policy.html |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CryptoX - Cryptocurrency Exchange", "version": "0.4", "manifest_version": 2, "description": "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "CryptoX_ICON_128.png", "default_title": "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "CryptoX_ICON_128.png" } } |