CryptoX - Cryptocurrency Exchange

Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots

CryptoX - Cryptocurrency Exchange란 무엇입니까?

CryptoX - Cryptocurrency Exchange은(는) https://www.autoclickbots.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant cryptocurrency exchange, powered by Changelly - Developed by AutoClickBots"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CryptoX - Cryptocurrency Exchange 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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"
    }
}