FlowLabs Strategy Optimizer Firefox

Examine source code of FlowLabs Strategy Optimizer

Inspect and view changes in FlowLabs Strategy Optimizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FlowLabs Strategy Optimizer",
  "version": "1.1.2",
  "description": "Automates Strategy Optimization on TradingView by iterating parameter combinations and scraping results.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://*.tradingview.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.tradingview.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "https://*.tradingview.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_idle",
      "all_frames": false,
      "world": "MAIN"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "strategy-optimizer@flowlabs.app",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best FlowLabs Strategy Optimizer Alternatives

Here are some Firefox add-ons that are similar to FlowLabs Strategy Optimizer: