Strava GPX downloader
Strava GPX downloader.
What is Strava GPX downloader?
Strava GPX downloader is a Chrome extension developed by susanto basuki, and its main feature is "Strava GPX downloader.".
Extension Screenshots
Download Strava GPX downloader Extension CRX File
Download Strava GPX downloader 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
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.
Extension Basic Information
Name | |
ID | pnglhfabfkchkadgnkfacoakincdpeeg |
Official URL | https://chromewebstore.google.com/detail/strava-gpx-downloader/pnglhfabfkchkadgnkfacoakincdpeeg |
Description | Strava GPX downloader. |
File Size | 246 KB |
Installation Count | 37,961 |
Current Version | 1.7.2 |
Last Updated | 2023-08-23 |
Publish Date | 2020-06-02 |
Rating | 4.30/5 Total 60 Ratings |
Developer | susanto basuki |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/full-page-policy/home |
Supported Languages | 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\/*" ] } |