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」です。
拡張機能のスクリーンショット
CryptoX - Cryptocurrency Exchange拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |