Strava Helper Firefox

Examine source code of Strava Helper

Inspect and view changes in Strava Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Strava Helper",
  "description": "Some tweaks for Strava. Adds a \"Give Kudos to All\" button, removes clutter and provides UI tweaks.",
  "version": "1.1.3",
  "applications": {
    "gecko": {
      "id": "@strava-helper",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.strava.com/*"
      ],
      "css": [
        "assets/css/strava-helper.css"
      ],
      "js": [
        "assets/js/jquery-3.6.0.min.js",
        "assets/js/strava_helper.root.js",
        "assets/js/strava_helper.util.js",
        "assets/js/strava_helper.cleanup.js",
        "assets/js/strava_helper.kudos_all.js",
        "assets/js/strava_helper.navbar.js",
        "assets/js/strava_helper.veloviewer.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/img/kudos_all.png",
    "assets/img/logo-strava-helper-labs.svg"
  ],
  "icons": {
    "16": "assets/img/logo16.png",
    "32": "assets/img/logo32.png",
    "48": "assets/img/logo48.png",
    "64": "assets/img/logo64.png",
    "128": "assets/img/logo128.png"
  },
  "options_ui": {
    "page": "assets/html/options.html",
    "browser_style": true
  }
}

Best Strava Helper Alternatives

Here are some Firefox add-ons that are similar to Strava Helper: