Strava feed filter
Hide virtual rides, commutes and other cruft from Activity Feed.
What is Strava feed filter?
Strava feed filter is a Chrome extension developed by yemble, and its main feature is "Hide virtual rides, commutes and other cruft from Activity Feed.".
Extension Screenshots
Download Strava feed filter Extension CRX File
Download Strava feed filter 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
Optionally hide virtual (eg trainer) activities, commutes and other cruft from the activity feed. 2021-09-08 Updated for recent markup changes.
Extension Basic Information
Name | |
ID | apgekmclgmnmpmbpofncpclmladojgbf |
Official URL | https://chrome.google.com/webstore/detail/apgekmclgmnmpmbpofncpclmladojgbf |
Description | Hide virtual rides, commutes and other cruft from Activity Feed. |
File Size | 44.71 KB |
Installation Count | 172 |
Current Version | 2.4.2 |
Last Updated | 2021-09-09 |
Publish Date | 2017-10-16 |
Rating | 3.40/5 Total 5 Ratings |
Developer | yemble |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/yemble/chrome-strava-filter |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strava feed filter", "description": "Hide virtual rides, commutes and other cruft from Activity Feed.", "version": "2.4.2", "permissions": [ "storage" ], "icons": { "128": "strava2-f1.128px.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "js": [ "jquery-3.1.1.min.js", "app.js" ], "matches": [ "*:\/\/www.strava.com\/dashboard", "*:\/\/www.strava.com\/dashboard?*", "*:\/\/www.strava.com\/dashboard\/*" ] } ] } |