Komoot extension

This extension allow us to export the Komoot track in a GPX file.

What is Komoot extension?

Komoot extension is a Chrome extension developed by Álex, and its main feature is "This extension allow us to export the Komoot track in a GPX file.".

Extension Screenshots

screenshot
screenshot

Download Komoot extension Extension CRX File

Download Komoot extension 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

                        This extension adds a "Download GPX" button to download the file, no matter which regions you have.
If you like this extension, please rate us =)                    

Extension Basic Information

Name Komoot extension Komoot extension
ID mebocpjllbfkgbloljnbeghaaedcjopd
Official URL https://chromewebstore.google.com/detail/komoot-extension/mebocpjllbfkgbloljnbeghaaedcjopd
Description This extension allow us to export the Komoot track in a GPX file.
File Size 26.25 KB
Installation Count 3,518
Current Version 1.12
Last Updated 2024-01-22
Publish Date 2022-04-06
Rating 4.90/5 Total 39 Ratings
Developer Álex
Email [email protected]
Payment Type free
Extension Website https://komoot-extension.vercel.app
Help Page URL https://komoot-extension.vercel.app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Komoot extension",
    "description": "This extension allow us to export the Komoot track in a GPX file.",
    "version": "1.12",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.komoot.es\/*",
                "https:\/\/www.komoot.it\/*",
                "https:\/\/www.komoot.com\/*",
                "https:\/\/www.komoot.fr\/*",
                "https:\/\/www.komoot.nl\/*",
                "https:\/\/www.komoot.de\/*"
            ],
            "js": [
                "tracker.js",
                "translations.js",
                "exporter-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html"
    }
}