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
screenshot
screenshot

تحميل ملف CRX للإضافة Necoyoad Crypto Trader Assistant

قم بتنزيل ملفات الامتداد Necoyoad Crypto Trader Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني yosietserga@gmail.com
نوع الدفع free
موقع الإضافة https://www.necoyoad.com/
عنوان صفحة المساعدة https://www.necoyoad.com/
عنوان صفحة سياسة الخصوصية 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
}