CryptoX - Cryptocurrency Exchange
Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
什么是CryptoX - Cryptocurrency Exchange?
CryptoX - Cryptocurrency Exchange是由https://www.autoclickbots.com开发的Chrome扩展程序,该扩展的主要功能是“Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots”。
扩展截图
下载CryptoX - Cryptocurrency Exchange扩展crx文件
下载CryptoX - Cryptocurrency Exchange扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CryptoX - Cryptocurrency Exchange |
ID | iiehefonnnkbafghfcnknlddfgpecdgi |
官方URL | https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi |
简介 | Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots |
文件大小 | 26.13 KB |
安装次数 | 42 |
当前版本 | 0.4 |
更新时间 | 2018-03-20 |
上架时间 | 2018-03-20 |
评分 | 5.00/5 共4次评分 |
开发者 | https://www.autoclickbots.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.autoclickbots.com/content/crypto-exchange/ |
帮助页面URL | https://www.autoclickbots.com/SupportCenter/ |
隐私政策页面URL | https://www.autoclickbots.com/privacy_policy.html |
支持的语言 | 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" } } |