CryptoX - Cryptocurrency Exchange

Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots

ما هو CryptoX - Cryptocurrency Exchange؟

CryptoX - Cryptocurrency Exchange هو إضافة Chrome تم تطويرها بواسطة https://www.autoclickbots.com، والميزة الرئيسية لها هي "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CryptoX - Cryptocurrency Exchange

قم بتنزيل ملفات الامتداد CryptoX - Cryptocurrency Exchange بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم CryptoX - Cryptocurrency Exchange CryptoX - Cryptocurrency Exchange
ID iiehefonnnkbafghfcnknlddfgpecdgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/cryptox-cryptocurrency-ex/iiehefonnnkbafghfcnknlddfgpecdgi
الوصف Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots
حجم الملف 26.13 KB
عدد التثبيتات 42
النسخة الحالية 0.4
آخر تحديث 2018-03-20
تاريخ النشر 2018-03-20
تقييم 5.00/5 مجموع تقييمات 4
المطور https://www.autoclickbots.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.autoclickbots.com/content/crypto-exchange/
عنوان صفحة المساعدة https://www.autoclickbots.com/SupportCenter/
عنوان صفحة سياسة الخصوصية https://www.autoclickbots.com/privacy_policy.html
اللغات المدعومة 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"
    }
}