CryptoX - Cryptocurrency Exchange
Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
O que é CryptoX - Cryptocurrency Exchange?
CryptoX - Cryptocurrency Exchange é uma extensão do Chrome desenvolvida por https://www.autoclickbots.com, e sua principal característica é "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CryptoX - Cryptocurrency Exchange
Baixe arquivos de extensão CryptoX - Cryptocurrency Exchange no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | CryptoX - Cryptocurrency Exchange |
ID | iiehefonnnkbafghfcnknlddfgpecdgi |
URL Oficial | https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi |
Descrição | Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots |
Tamanho do Arquivo | 26.13 KB |
Contagem de Instalações | 42 |
Versão Atual | 0.4 |
Última Atualização | 2018-03-20 |
Data de Publicação | 2018-03-20 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://www.autoclickbots.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.autoclickbots.com/content/crypto-exchange/ |
URL da Página de Ajuda | https://www.autoclickbots.com/SupportCenter/ |
URL da Página de Política de Privacidade | https://www.autoclickbots.com/privacy_policy.html |
Idiomas Suportados | 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" } } |