WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Sauce for Strava™

Sauce for Strava™

View on Chrome Web Store
View Sauce for Strava™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (109 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Additional functionality for your cycling and running analysis. This extension upgrades the Strava™ website.
Type
Extension
Users
50,000 users
10K
Website sauce.llc
Sauce, LLC
View author page of Sauce, LLC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 13, 2015
Version 8.9.6
Manifest version
3
Updated
Updated on January 5, 2026
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Sauce for Strava™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "Sauce for Strava\u2122",
    "short_name": "Sauce",
    "description": "__MSG_app_desc__",
    "homepage_url": "https:\/\/www.sauce.llc",
    "author": "Sauce, LLC",
    "version": "8.9.6",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "alarms",
        "offscreen"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        },
        "default_title": "Sauce for Strava\u2122",
        "default_popup": "pages\/options.html?popup"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "js": [
                "src\/ext\/webext.js",
                "src\/common\/base.js",
                "src\/common\/base_init.js",
                "src\/common\/proxy.js",
                "src\/ext\/proxy.js",
                "src\/common\/storage.js",
                "src\/ext\/storage.js",
                "src\/ext\/locale.js",
                "src\/ext\/boot.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "world": "MAIN",
            "js": [
                "src\/site\/base.js",
                "src\/site\/preloader.js",
                "src\/site\/base_init.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.strava.com\/activities\/*"
            ],
            "world": "MAIN",
            "js": [
                "src\/site\/export_activity_photos.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "css": [
                "css\/common.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.strava.com\/sauce\/*"
            ],
            "css": [
                "css\/repurpose.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "resources": [
                "build.json",
                "src\/*",
                "lib\/*",
                "css\/*",
                "templates\/*",
                "images\/*",
                "pages\/*"
            ]
        }
    ],
    "minimum_chrome_version": "120",
    "background": {
        "service_worker": "src\/bg\/main.mjs",
        "type": "module"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top