Strava GPX downloader

Strava GPX downloader.

什么是Strava GPX downloader?

Strava GPX downloader是由susanto basuki开发的Chrome扩展程序,该扩展的主要功能是“Strava GPX downloader.”。

扩展截图

screenshot
screenshot
screenshot

下载Strava GPX downloader扩展crx文件

下载Strava GPX downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Strava GPX downloader Strava GPX downloader
ID pnglhfabfkchkadgnkfacoakincdpeeg
官方URL https://chromewebstore.google.com/detail/strava-gpx-downloader/pnglhfabfkchkadgnkfacoakincdpeeg
简介 Strava GPX downloader.
文件大小 246 KB
安装次数 37,961
当前版本 1.7.2
更新时间 2023-08-23
上架时间 2020-06-02
评分 4.30/5 共60次评分
开发者 susanto basuki
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/full-page-policy/home
支持的语言 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\/*"
    ]
}