CryptoX - Cryptocurrency Exchange

Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots

Wat is CryptoX - Cryptocurrency Exchange?

CryptoX - Cryptocurrency Exchange is een Chrome-extensie ontwikkeld door https://www.autoclickbots.com, en de belangrijkste functie is "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CryptoX - Cryptocurrency Exchange

Download CryptoX - Cryptocurrency Exchange-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CryptoX - Cryptocurrency Exchange CryptoX - Cryptocurrency Exchange
ID iiehefonnnkbafghfcnknlddfgpecdgi
Officiële URL https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi
Beschrijving Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
Bestandsgrootte 26.13 KB
Aantal Installaties 42
Huidige Versie 0.4
Laatst Bijgewerkt 2018-03-20
Publicatiedatum 2018-03-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.autoclickbots.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.autoclickbots.com/content/crypto-exchange/
Help Pagina-URL https://www.autoclickbots.com/SupportCenter/
URL van de Privacybeleid Pagina https://www.autoclickbots.com/privacy_policy.html
Ondersteunde Talen 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"
    }
}