Strava feed filter
Hide virtual rides, commutes and other cruft from Activity Feed.
Wat is Strava feed filter?
Strava feed filter is een Chrome-extensie ontwikkeld door yemble, en de belangrijkste functie is "Hide virtual rides, commutes and other cruft from Activity Feed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Strava feed filter
Download Strava feed filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Optionally hide virtual (eg trainer) activities, commutes and other cruft from the activity feed. 2021-09-08 Updated for recent markup changes.
Basisinformatie over de Extensie
Naam | |
ID | apgekmclgmnmpmbpofncpclmladojgbf |
Officiële URL | https://chrome.google.com/webstore/detail/apgekmclgmnmpmbpofncpclmladojgbf |
Beschrijving | Hide virtual rides, commutes and other cruft from Activity Feed. |
Bestandsgrootte | 44.71 KB |
Aantal Installaties | 172 |
Huidige Versie | 2.4.2 |
Laatst Bijgewerkt | 2021-09-09 |
Publicatiedatum | 2017-10-16 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | yemble |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/yemble/chrome-strava-filter |
Ondersteunde Talen | 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\/*" ] } ] } |