CryptoX - Cryptocurrency Exchange

Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots

Cos'è CryptoX - Cryptocurrency Exchange?

CryptoX - Cryptocurrency Exchange è un'estensione di Chrome sviluppata da https://www.autoclickbots.com, e la sua funzione principale è "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CryptoX - Cryptocurrency Exchange

Scarica i file di estensione CryptoX - Cryptocurrency Exchange in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CryptoX - Cryptocurrency Exchange CryptoX - Cryptocurrency Exchange
ID iiehefonnnkbafghfcnknlddfgpecdgi
URL Ufficiale https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi
Descrizione Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
Dimensione del File 26.13 KB
Conteggio Installazioni 42
Versione Corrente 0.4
Ultimo Aggiornamento 2018-03-20
Data di Pubblicazione 2018-03-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://www.autoclickbots.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.autoclickbots.com/content/crypto-exchange/
URL della Pagina di Aiuto https://www.autoclickbots.com/SupportCenter/
URL della Pagina della Politica sulla Privacy https://www.autoclickbots.com/privacy_policy.html
Lingue Supportate 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"
    }
}