CryptoX - Cryptocurrency Exchange

Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots

Qu'est-ce que CryptoX - Cryptocurrency Exchange ?

CryptoX - Cryptocurrency Exchange est une extension Chrome développée par https://www.autoclickbots.com, et sa fonction principale est "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CryptoX - Cryptocurrency Exchange

Téléchargez les fichiers d'extension CryptoX - Cryptocurrency Exchange au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CryptoX - Cryptocurrency Exchange CryptoX - Cryptocurrency Exchange
ID iiehefonnnkbafghfcnknlddfgpecdgi
URL Officiel https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi
Description Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
Taille du Fichier 26.13 KB
Nombre d'Installations 42
Version Actuelle 0.4
Dernière Mise à Jour 2018-03-20
Date de Publication 2018-03-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.autoclickbots.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.autoclickbots.com/content/crypto-exchange/
URL de la Page d'Aide https://www.autoclickbots.com/SupportCenter/
URL de la Page de Politique de Confidentialité https://www.autoclickbots.com/privacy_policy.html
Langues Prises en Charge 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"
    }
}