Strava GPX downloader

Strava GPX downloader.

Wat is Strava GPX downloader?

Strava GPX downloader is een Chrome-extensie ontwikkeld door susanto basuki, en de belangrijkste functie is "Strava GPX downloader.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Strava GPX downloader

Download Strava GPX downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Download GPX file from Strava activity including latitude, longitude, and altitude, heart rate, cadence and temperature data (if they exist in the activity log).

Just login into your basic (not premium) account and download any activity by clicking "GPX" button.

Update version: 1.7.1
Auto upload gpx data to notepad and share link notepad to socials: LinkedIn, Twitter and auto post link to facebook use api post.                    

Basisinformatie over de Extensie

Naam Strava GPX downloader Strava GPX downloader
ID pnglhfabfkchkadgnkfacoakincdpeeg
Officiële URL https://chromewebstore.google.com/detail/strava-gpx-downloader/pnglhfabfkchkadgnkfacoakincdpeeg
Beschrijving Strava GPX downloader.
Bestandsgrootte 246 KB
Aantal Installaties 37,961
Huidige Versie 1.7.2
Laatst Bijgewerkt 2023-08-23
Publicatiedatum 2020-06-02
Beoordeling 4.30/5 Totaal 60 Beoordelingen
Ontwikkelaar susanto basuki
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/full-page-policy/home
Ondersteunde Talen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Strava GPX downloader",
    "description": "Strava GPX downloader.",
    "version": "1.7.2",
    "default_locale": "en",
    "icons": {
        "48": "128.b4b11431.png",
        "128": "128.b4b11431.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "*:\/\/*.strava.com\/*",
                "*:\/\/*.anotepad.com\/*",
                "*:\/\/anotepad.com\/*"
            ],
            "js": [
                "content.1ff442ab.js"
            ],
            "css": [
                "content.8913ee78.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.ebd4d794.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "*:\/\/*.strava.com\/*",
        "*:\/\/*.anotepad.com\/*",
        "*:\/\/anotepad.com\/*"
    ]
}