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”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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
}