Strava GPX downloader

Strava GPX downloader.

Cos'è Strava GPX downloader?

Strava GPX downloader è un'estensione di Chrome sviluppata da susanto basuki, e la sua funzione principale è "Strava GPX downloader.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Strava GPX downloader

Scarica i file di estensione Strava GPX downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Strava GPX downloader Strava GPX downloader
ID pnglhfabfkchkadgnkfacoakincdpeeg
URL Ufficiale https://chromewebstore.google.com/detail/strava-gpx-downloader/pnglhfabfkchkadgnkfacoakincdpeeg
Descrizione Strava GPX downloader.
Dimensione del File 246 KB
Conteggio Installazioni 37,961
Versione Corrente 1.7.2
Ultimo Aggiornamento 2023-08-23
Data di Pubblicazione 2020-06-02
Valutazione 4.30/5 Totale 60 Valutazioni
Sviluppatore susanto basuki
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/full-page-policy/home
Lingue Supportate 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\/*"
    ]
}