CryptoX - Cryptocurrency Exchange

Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots

Apa itu CryptoX - Cryptocurrency Exchange?

CryptoX - Cryptocurrency Exchange adalah ekstensi Chrome yang dikembangkan oleh https://www.autoclickbots.com, dan fitur utamanya adalah "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CryptoX - Cryptocurrency Exchange

Unduh file ekstensi CryptoX - Cryptocurrency Exchange dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CryptoX - Cryptocurrency Exchange CryptoX - Cryptocurrency Exchange
ID iiehefonnnkbafghfcnknlddfgpecdgi
URL Resmi https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi
Deskripsi Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
Ukuran File 26.13 KB
Jumlah Instalasi 42
Versi Saat Ini 0.4
Terakhir Diperbarui 2018-03-20
Tanggal Publikasi 2018-03-20
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://www.autoclickbots.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.autoclickbots.com/content/crypto-exchange/
URL Halaman Bantuan https://www.autoclickbots.com/SupportCenter/
URL Halaman Kebijakan Privasi https://www.autoclickbots.com/privacy_policy.html
Bahasa yang Didukung 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"
    }
}