Necoyoad Crypto Trader Assistant
UI Assistant for Binance, Huobi, BW, ZB and others international exchangers
Necoyoad Crypto Trader Assistantとは何ですか?
Necoyoad Crypto Trader AssistantはNecoyoadによって開発されたChromeの拡張機能で、その主な機能は「UI Assistant for Binance, Huobi, BW, ZB and others international exchangers」です。
拡張機能のスクリーンショット
Necoyoad Crypto Trader Assistant拡張機能のCRXファイルをダウンロード
Necoyoad Crypto Trader Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It shows features that makes the trading easier and profitable. Don´t need API access nor any access data
拡張機能の基本情報
名前 | Necoyoad Crypto Trader Assistant |
ID | gohgaliidhnkpanhibpmneeiijmndbba |
公式URL | https://chromewebstore.google.com/detail/necoyoad-crypto-trader-as/gohgaliidhnkpanhibpmneeiijmndbba |
説明 | UI Assistant for Binance, Huobi, BW, ZB and others international exchangers |
ファイルサイズ | 73.95 KB |
インストール数 | 50 |
現在のバージョン | 1.0.3 |
最終更新日 | 2019-09-20 |
公開日 | 2019-09-20 |
開発者 | Necoyoad |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.necoyoad.com/ |
ヘルプページのURL | https://www.necoyoad.com/ |
プライバシーポリシーページのURL | http://www.necoyoad.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Necoyoad Crypto Trader Assistant", "version": "1.0.3", "description": "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers", "permissions": [ "activeTab", "declarativeContent", "storage" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "64": "images\/logo-64x64.png", "128": "images\/logo-128x128.png", "256": "images\/logo-256x256.png" } }, "icons": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "64": "images\/logo-64x64.png", "128": "images\/logo-128x128.png", "256": "images\/logo-256x256.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "prototypes.js", "helpers.js", "lang.js", "functions.js", "assistant.js" ] } ], "manifest_version": 2 } |