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 |
官方網址 | 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" } } |