WebExtension.net
WebExtension.net

Sauce for Strava™

View on Chrome Web Store
View Sauce for Strava™ Chrome Extension on Chrome Web Store
4.7 (100 ratings)

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
40,000 users
Website sauce.llc
Sauce, LLC
View author page of Sauce, LLC
Published
Published on May 13, 2015
Version 8.7.3.1
Manifest version
3
Updated
Updated on November 16, 2024
View on Chrome Web Store
View Sauce for Strava™ Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category
Website
Visit developer website

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.7.3.1",
    "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\/common\/\/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\/site\/common.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.strava.com\/sauce\/*"
            ],
            "css": [
                "css\/site\/repurpose.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "build.json",
                "src\/*",
                "lib\/*",
                "css\/*",
                "templates\/*",
                "images\/*",
                "pages\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "120",
    "background": {
        "service_worker": "src\/bg\/main.mjs",
        "type": "module"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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