Tradingview Optimizer PRO Firefox

Examine source code of Tradingview Optimizer PRO

Inspect and view changes in Tradingview Optimizer PRO source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Strategy Optimizer for TradingView — Pine",
  "version": "0.3.11",
  "description": "Staged pipeline optimizer for Pine Script strategies on TradingView — real backtests, Deep Backtesting support, results explorer.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.tradingview.com/chart/*"
      ],
      "js": [
        "src/driver/tv-api.js"
      ],
      "world": "MAIN",
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.tradingview.com/chart/*"
      ],
      "js": [
        "src/driver/content-entry.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "notifications"
  ],
  "host_permissions": [
    "https://*.tradingview.com/*"
  ],
  "action": {
    "default_title": "Strategy Optimizer for TradingView",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "default_popup": "popup/launcher.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "panel/panel.html",
        "src/*",
        "icons/*"
      ],
      "matches": [
        "https://*.tradingview.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tv-optimizer-pro@kloomstudio.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ]
      }
    }
  }
}

Meilleures alternatives Tradingview Optimizer PRO

Voici quelques Firefox add-ons qui sont similaires à Tradingview Optimizer PRO :