CryptoX - Cryptocurrency Exchange
Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
What is CryptoX - Cryptocurrency Exchange?
CryptoX - Cryptocurrency Exchange is a Chrome extension developed by https://www.autoclickbots.com, and its main feature is "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots".
Extension Screenshots
Download CryptoX - Cryptocurrency Exchange Extension CRX File
Download CryptoX - Cryptocurrency Exchange extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CryptoX - Cryptocurrency Exchange |
ID | iiehefonnnkbafghfcnknlddfgpecdgi |
Official URL | https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi |
Description | Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots |
File Size | 26.13 KB |
Installation Count | 42 |
Current Version | 0.4 |
Last Updated | 2018-03-20 |
Publish Date | 2018-03-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://www.autoclickbots.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.autoclickbots.com/content/crypto-exchange/ |
Help Page URL | https://www.autoclickbots.com/SupportCenter/ |
Privacy Policy Page URL | https://www.autoclickbots.com/privacy_policy.html |
Supported Languages | 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" } } |