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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ https://www.autoclickbots.com/SupportCenter/
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}