Deribit Helper

This is a real assistant for a trader who trades manually and would like to automate many operations on the Deribit Exchange.

Deribit Helperคืออะไร?

Deribit Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SavosRU และคุณลักษณะหลักของมันคือ "This is a real assistant for a trader who trades manually and would like to automate many operations on the Deribit Exchange."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deribit Helper

ดาวน์โหลดไฟล์ส่วนขยาย Deribit Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Deribit Helper  BETA version!!!

Deribit Helper shall be the same as Bitmex Helper. But at this time it is under development and some features don't working. Be patient - all making step-by-step

Have a questions? Ask me via Telegram @savosru                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Deribit Helper Deribit Helper
ID aacfcfmdhkpdoegfhgogacdomdmjfhff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/deribit-helper/aacfcfmdhkpdoegfhgogacdomdmjfhff
คำอธิบาย This is a real assistant for a trader who trades manually and would like to automate many operations on the Deribit Exchange.
ขนาดไฟล์ 1.18 MB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2019-09-17
วันที่เผยแพร่ 2019-09-17
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา SavosRU
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bitmexhelper.home.blog/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5",
    "name": "Deribit Helper",
    "short_name": "SavDerHelper",
    "description": "This is a real assistant for a trader who trades manually and would like to automate many operations on the Deribit Exchange.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; frame-src 'self' https:\/\/*.tradingview.com\/ ",
    "background": {
        "persistent": true,
        "css": [
            "jquery\/jquery-ui.min.css"
        ],
        "scripts": [
            "jquery\/jquery-3.3.1.min.js",
            "jquery\/jquery-ui.min.js",
            "helper_global_vars.min.js",
            "helper_back_deribit.min.js"
        ],
        "matches": [
            "https:\/\/www.deribit.com\/*",
            "https:\/\/deribit.com\/*",
            "https:\/\/test.deribit.com\/*",
            "https:\/\/testapp.deribit.com\/*",
            "https:\/\/test-static.deribit.com\/*",
            "https:\/\/static.deribit.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/Logo.png",
        "default_popup": "popup.html",
        "matches": [
            "https:\/\/www.deribit.com\/*",
            "https:\/\/deribit.com\/*",
            "https:\/\/test.deribit.com\/*",
            "https:\/\/testapp.deribit.com\/*",
            "https:\/\/test-static.deribit.com\/*",
            "https:\/\/static.deribit.com\/*"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.deribit.com\/*",
            "https:\/\/deribit.com\/*",
            "https:\/\/test.deribit.com\/*",
            "https:\/\/testapp.deribit.com\/*",
            "https:\/\/test-static.deribit.com\/*",
            "https:\/\/static.deribit.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "css": [
                "jquery\/jquery-ui.min.css"
            ],
            "js": [
                "helper_global_vars.min.js",
                "jquery\/jquery-3.3.1.min.js",
                "jquery\/jquery-ui.min.js",
                "jquery\/mousetrap.min.js",
                "jquery\/konva.min.js",
                "jquery\/ta-indicators.min.js",
                "helper_api_deribit_lib.min.js",
                "helper_ext_deribit_lib.min.js",
                "helper_chart_deribit.min.js",
                "helper_front_deribit.min.js"
            ],
            "matches": [
                "https:\/\/www.deribit.com\/*",
                "https:\/\/deribit.com\/*",
                "https:\/\/test.deribit.com\/*",
                "https:\/\/testapp.deribit.com\/*",
                "https:\/\/test-static.deribit.com\/*",
                "https:\/\/static.deribit.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "storage",
        "unlimitedStorage",
        "notifications",
        "https:\/\/www.deribit.com\/*",
        "https:\/\/deribit.com\/*",
        "https:\/\/test.deribit.com\/*",
        "https:\/\/testapp.deribit.com\/*",
        "https:\/\/test-static.deribit.com\/*",
        "https:\/\/static.deribit.com\/*"
    ],
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "web_accessible_resources": [
        "images\/connecting.png",
        "images\/Logo.png",
        "images\/Logo.png",
        "images\/icon_alert-red.png",
        "images\/icon_alert-blue.png",
        "images\/icon_important_alert-red.png",
        "images\/icon_ok-green.png",
        "images\/icon_wait-blue.png",
        "images\/icon_welcome-blue.png",
        "images\/icon_welcome-orange.png",
        "jquery\/jquery-ui.min.css",
        "jquery\/jquery-ui.icon-font.min.css",
        "jquery\/font\/jquery-ui.eot",
        "jquery\/font\/jquery-ui.svg",
        "jquery\/font\/jquery-ui.ttf",
        "jquery\/font\/jquery-ui.woff",
        "jquery\/font\/jquery-ui.woff2",
        "sounds\/liquidation\/ANY_RUS_liquid_big.mp3",
        "sounds\/liquidation\/ANY_RUS_liquid_norm.mp3",
        "sounds\/liquidation\/ANY_RUS_liquid_small.mp3",
        "sounds\/liquidation\/ADA_RUS_liquid_big.mp3",
        "sounds\/liquidation\/ADA_RUS_liquid_norm.mp3",
        "sounds\/liquidation\/ADA_RUS_liquid_small.mp3",
        "sounds\/liquidation\/BCH_RUS_liquid_big.mp3",
        "sounds\/liquidation\/BCH_RUS_liquid_norm.mp3",
        "sounds\/liquidation\/BCH_RUS_liquid_small.mp3",
        "sounds\/liquidation\/EOS_RUS_liquid_big.mp3",
        "sounds\/liquidation\/EOS_RUS_liquid_norm.mp3",
        "sounds\/liquidation\/EOS_RUS_liquid_small.mp3",
        "sounds\/liquidation\/ETH_RUS_liquid_big.mp3",
        "sounds\/liquidation\/ETH_RUS_liquid_norm.mp3",
        "sounds\/liquidation\/ETH_RUS_liquid_small.mp3",
        "sounds\/liquidation\/LTC_RUS_liquid_big.mp3",
        "sounds\/liquidation\/LTC_RUS_liquid_norm.mp3",
        "sounds\/liquidation\/LTC_RUS_liquid_small.mp3",
        "sounds\/liquidation\/TRX_RUS_liquid_big.mp3",
        "sounds\/liquidation\/TRX_RUS_liquid_norm.mp3",
        "sounds\/liquidation\/TRX_RUS_liquid_small.mp3",
        "sounds\/liquidation\/XBT_RUS_liquid_big.mp3",
        "sounds\/liquidation\/XBT_RUS_liquid_norm.mp3",
        "sounds\/liquidation\/XBT_RUS_liquid_small.mp3",
        "sounds\/liquidation\/XRP_RUS_liquid_big.mp3",
        "sounds\/liquidation\/XRP_RUS_liquid_norm.mp3",
        "sounds\/liquidation\/XRP_RUS_liquid_small.mp3",
        "sounds\/click0.mp3",
        "sounds\/click1.mp3",
        "sounds\/click2.mp3",
        "sounds\/click3.mp3",
        "sounds\/click4.mp3",
        "sounds\/alert.mp3",
        "sounds\/glass.mp3",
        "sounds\/bell.mp3"
    ],
    "icons": {
        "16": "images\/Logo16x16.png",
        "48": "images\/Logo48x48.png",
        "128": "images\/Logo128x128.png"
    }
}