STRAVINI
Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.
Was ist STRAVINI?
STRAVINI ist eine Chrome-Erweiterung, die von stravini.extension entwickelt wurde, und ihr Hauptmerkmal ist "Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.".
Erweiterungsscreenshots
STRAVINI-Erweiterungs-CRX-Datei herunterladen
Laden Sie STRAVINI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Features: - Clean interface: multiple activities fit one screen - Light and Fast - Chronological sorting or by Strava algorithm - Filter out promotional messages, posts, challenges, club notifications, Zwift rides, short rides from the feed - The activity description, if present, is visible directly in the feed - Sharper font The new version of Strava UI tends to be slow on my machine. This extension is made so that everyone can enjoy Strava, even without a powerful device.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ilogdlddgndehmpabkafohhfapaopgkd |
Offizielle URL | https://chrome.google.com/webstore/detail/stravini/ilogdlddgndehmpabkafohhfapaopgkd |
Beschreibung | Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience. |
Dateigröße | 44.32 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 0.0.1.30 |
Letztes Update | 2019-06-26 |
Veröffentlichungsdatum | 2019-06-26 |
Bewertung | 4.63/5 Insgesamt 24 Bewertungen |
Entwickler | stravini.extension |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "STRAVINI", "description": "Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.", "version": "0.0.1.30", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "storage", "webRequest", "*:\/\/www.strava.com\/dashboard", "webRequestBlocking" ], "content_scripts": [ { "matches": [ "https:\/\/www.strava.com\/*" ], "css": [ "stravini.css" ], "js": [ "jquery-3.2.1.min.js", "jquery.initialize.min.js", "stravini.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] } } |