Necoyoad Crypto Trader Assistant

UI Assistant for Binance, Huobi, BW, ZB and others international exchangers

What is Necoyoad Crypto Trader Assistant?

Necoyoad Crypto Trader Assistant is a Chrome extension developed by Necoyoad, and its main feature is "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers".

Extension Screenshots

screenshot
screenshot

Download Necoyoad Crypto Trader Assistant Extension CRX File

Download Necoyoad Crypto Trader Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It shows features that makes the trading easier and profitable. Don´t need API access nor any access data                    

Extension Basic Information

Name Necoyoad Crypto Trader Assistant Necoyoad Crypto Trader Assistant
ID gohgaliidhnkpanhibpmneeiijmndbba
Official URL https://chromewebstore.google.com/detail/necoyoad-crypto-trader-as/gohgaliidhnkpanhibpmneeiijmndbba
Description UI Assistant for Binance, Huobi, BW, ZB and others international exchangers
File Size 73.95 KB
Installation Count 50
Current Version 1.0.3
Last Updated 2019-09-20
Publish Date 2019-09-20
Developer Necoyoad
Email [email protected]
Payment Type free
Extension Website https://www.necoyoad.com/
Help Page URL https://www.necoyoad.com/
Privacy Policy Page URL http://www.necoyoad.com
Supported Languages 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
}