Strava Export Tracks

Download your friends activities, your favorite segments and more from strava.com.

What is Strava Export Tracks?

Strava Export Tracks is a Chrome extension developed by morenofarre, and its main feature is "Download your friends activities, your favorite segments and more from strava.com.".

Extension Screenshots

screenshot
screenshot

Download Strava Export Tracks Extension CRX File

Download Strava Export Tracks 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

                        Features:
- Download your friend's activities. 
- Download your favourite segments.
- Export in GPX or TCX format including altitude, heart rate, cadence and temperature data.
- Ad-free experience.                    

Extension Basic Information

Name Strava Export Tracks Strava Export Tracks
ID nmbemomkalkilpcbddckndgpndajljal
Official URL https://chromewebstore.google.com/detail/strava-export-tracks/nmbemomkalkilpcbddckndgpndajljal
Description Download your friends activities, your favorite segments and more from strava.com.
File Size 260 KB
Installation Count 3,008
Current Version 1.0.1
Last Updated 2019-07-08
Publish Date 2019-07-08
Rating 5.00/5 Total 5 Ratings
Developer morenofarre
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Strava Export Tracks",
    "description": "Download your friends activities, your favorite segments and more from strava.com.",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "main.js"
            ],
            "css": [],
            "matches": [
                "https:\/\/*.strava.com\/*",
                "http:\/\/*.strava.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/*.strava.com\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "icons": {
        "16": "data\/icons\/icon_16.png",
        "128": "data\/icons\/icon_128.png"
    }
}