TVExtBot Optimizer

TVExtBot Tradingview Backtest Optimizer

What is TVExtBot Optimizer?

TVExtBot Optimizer is a Chrome extension developed by bk, and its main feature is "TVExtBot Tradingview Backtest Optimizer".

Extension Screenshots

screenshot

Download TVExtBot Optimizer Extension CRX File

Download TVExtBot Optimizer 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

                        *** 트레이딩뷰를 사용하는 분들을 위한 전략 백테스트 최적화 프로그램입니다.*** 

TradingView.com은 전세계에서 암호화폐 주식 선물 트레이더들이 가장 많이 사용하는 트레이딩 플랫폼입니다.
TVExtBot 옵티마이저는 전세계의 많은 트레이더들이 TradingView.com을 통해 무료로 공개한 전략 또는 자신이 직접 개발한 전략을 백테스트하여 최적의 순익과 승률을 산출 할 수 있는 구글크롬 확장프로그램입니다.                    

Extension Basic Information

Name TVExtBot Optimizer TVExtBot Optimizer
ID pabidndjjokkphgakglmcclfbdmkkmll
Official URL https://chromewebstore.google.com/detail/tvextbot-optimizer/pabidndjjokkphgakglmcclfbdmkkmll
Description TVExtBot Tradingview Backtest Optimizer
File Size 3.73 MB
Installation Count 342
Current Version 0.6.0
Last Updated 2023-09-28
Publish Date 2023-09-19
Rating 5.00/5 Total 2 Ratings
Developer bk
Email [email protected]
Payment Type free
Extension Website https://tvextbot.github.io/
Privacy Policy Page URL https://sites.google.com/view/tvextbot-privacy-policy
Supported Languages en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.6.0",
    "manifest_version": 3,
    "default_locale": "ko",
    "icons": {
        "16": "images\/optimizer-icon-16.png",
        "32": "images\/optimizer-icon-32.png",
        "48": "images\/optimizer-icon-48.png",
        "64": "images\/optimizer-icon-64.png",
        "128": "images\/optimizer-icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "notifications"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "numbering.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ]
        }
    ]
}