CryptoX - Cryptocurrency Exchange

Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots

CryptoX - Cryptocurrency Exchange là gì?

CryptoX - Cryptocurrency Exchange là một tiện ích mở rộng Chrome được phát triển bởi https://www.autoclickbots.com, và tính năng chính của nó là "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CryptoX - Cryptocurrency Exchange

Tải xuống các tệp mở rộng CryptoX - Cryptocurrency Exchange dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CryptoX - Cryptocurrency Exchange CryptoX - Cryptocurrency Exchange
ID iiehefonnnkbafghfcnknlddfgpecdgi
URL Chính Thức https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi
Mô tả Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
Kích Thước Tệp 26.13 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-03-20
Ngày Phát Hành 2018-03-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.autoclickbots.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.autoclickbots.com/content/crypto-exchange/
URL Trang Trợ Giúp https://www.autoclickbots.com/SupportCenter/
URL Trang Chính Sách Bảo Mật https://www.autoclickbots.com/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}