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", "manifest_version": 3, "version": "1.3.3", "name": "Strava, export gpx track", "homepage_url": "https:\/\/e-ivanov.ru\/projects\/strava-export-gpx\/", "description": "Export gpx-track from strava.com (c) Eugene Ivanov, 2016", "content_scripts": [ { "all_frames": true, "js": [ "data\/includes\/jquery-3.2.1.min.js", "data\/includes\/sugar-custom.js", "data\/includes\/main.js" ], "css": [], "matches": [ "*:\/\/*.strava.com\/*" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/*.strava.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "icons": { "16": "data\/icons\/icon_16.png", "128": "data\/icons\/icon_128.png" } }