Necoyoad Crypto Trader Assistant

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

Что такое Necoyoad Crypto Trader Assistant?

Necoyoad Crypto Trader Assistant - это расширение Chrome, разработанное Necoyoad, и его основная функция - "UI Assistant for Binance, Huobi, BW, ZB and others international exchangers".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Necoyoad Crypto Trader Assistant

Скачайте файлы расширений 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
}