CryptoX - Cryptocurrency Exchange

Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots

Co to jest CryptoX - Cryptocurrency Exchange?

CryptoX - Cryptocurrency Exchange to rozszerzenie Chrome opracowane przez https://www.autoclickbots.com, a jego główną funkcją jest „Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CryptoX - Cryptocurrency Exchange

Pobierz pliki rozszerzeń CryptoX - Cryptocurrency Exchange w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CryptoX - Cryptocurrency Exchange CryptoX - Cryptocurrency Exchange
ID iiehefonnnkbafghfcnknlddfgpecdgi
Oficjalny URL https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi
Opis Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
Rozmiar pliku 26.13 KB
Liczba instalacji 42
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2018-03-20
Data Publikacji 2018-03-20
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://www.autoclickbots.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.autoclickbots.com/content/crypto-exchange/
Adres URL Strony Pomocy https://www.autoclickbots.com/SupportCenter/
Adres URL Strony Polityki Prywatności https://www.autoclickbots.com/privacy_policy.html
Obsługiwane Języki 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"
    }
}