Necoyoad Crypto Trader Assistant

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

Hvad er Necoyoad Crypto Trader Assistant?

Necoyoad Crypto Trader Assistant er en Chrome-udvidelse udviklet af Necoyoad, og dens hovedfunktion er "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Necoyoad Crypto Trader Assistant-udvidelses-CRX-fil

Download Necoyoad Crypto Trader Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Necoyoad Crypto Trader Assistant Necoyoad Crypto Trader Assistant
ID gohgaliidhnkpanhibpmneeiijmndbba
Officiel URL https://chromewebstore.google.com/detail/necoyoad-crypto-trader-as/gohgaliidhnkpanhibpmneeiijmndbba
Beskrivelse UI Assistant for Binance, Huobi, BW, ZB and others international exchangers
Filstørrelse 73.95 KB
Antal Installationer 50
Nuværende Version 1.0.3
Senest Opdateret 2019-09-20
Udgivelsesdato 2019-09-20
Udvikler Necoyoad
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.necoyoad.com/
Hjælpeside-URL https://www.necoyoad.com/
URL til Fortrolighedspolitik Side http://www.necoyoad.com
Understøttede Sprog 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
}