TradingLite Enhanced

TradingLite Enhanced with 3D Orderbooks (BionicTrader).

What is TradingLite Enhanced?

TradingLite Enhanced is a Chrome extension developed by http://blinkdrivex.com, and its main feature is "TradingLite Enhanced with 3D Orderbooks (BionicTrader).".

Extension Screenshots

screenshot
screenshot

Download TradingLite Enhanced Extension CRX File

Download TradingLite Enhanced 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

                        TradingLite (https://tradinglite.com) Enhanced with 3D Orderbooks (BionicTrader).
A button (bottom-right side panel) gets inserted in the TradingLite UI, making it possible to activate the 3D Orderbook.
The 3D Orderbook comes from BionicTrader https://bionictrader.io .

The extension is supposed to work on urls starting with  https://tradinglite.com .
Currently, an account is required to access TradingLite.
The newly created account (beta) will have free access for 30 days.
A new account can be created here: https://tradinglite.com/signup .                    

Extension Basic Information

Name TradingLite Enhanced TradingLite Enhanced
ID kilinafkhanldohhapmjebepefobppbc
Official URL https://chrome.google.com/webstore/detail/tradinglite-enhanced/kilinafkhanldohhapmjebepefobppbc
Description TradingLite Enhanced with 3D Orderbooks (BionicTrader).
File Size 13.05 KB
Installation Count 37
Current Version 1.0.2.1
Last Updated 2020-12-20
Publish Date 2020-05-17
Developer http://blinkdrivex.com
Email [email protected]
Payment Type free
Extension Website https://blinkdrivex.com
Help Page URL https://blinkdrivex.com/support/
Privacy Policy Page URL https://blinkdrivex.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TradingLite Enhanced",
    "version": "1.0.2.1",
    "description": "TradingLite Enhanced with 3D Orderbooks (BionicTrader).",
    "icons": {
        "128": "icons\/TradingLite-Enhanced.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tradinglite.com\/chart\/*",
                "*:\/\/*.tradinglite.com\/chart\/*"
            ],
            "js": [
                "TradingLite-Enhanced.js"
            ]
        }
    ]
}