Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eBacktesting.com (TradingView extension)", "description": "Adds advanced trade simulation & journaling to TradingView: simulate trades, track positions & analyze performance.", "version": "1.0.7", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.tradingview.com\/*" ], "js": [ "injector.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "app.js" ], "matches": [ "*:\/\/*.tradingview.com\/*" ] } ], "icons": { "16": "icons\/logo-16.png", "24": "icons\/logo-24.png", "32": "icons\/logo-32.png", "48": "icons\/logo-48.png", "64": "icons\/logo-64.png", "96": "icons\/logo-96.png", "128": "icons\/logo-128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } }