STRAVINI
Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.
Co to jest STRAVINI?
STRAVINI to rozszerzenie Chrome opracowane przez stravini.extension, a jego główną funkcją jest „Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia STRAVINI
Pobierz pliki rozszerzeń STRAVINI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ilogdlddgndehmpabkafohhfapaopgkd |
Oficjalny URL | https://chrome.google.com/webstore/detail/stravini/ilogdlddgndehmpabkafohhfapaopgkd |
Opis | Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience. |
Rozmiar pliku | 44.32 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 0.0.1.30 |
Ostatnia Aktualizacja | 2019-06-26 |
Data Publikacji | 2019-06-26 |
Ocena | 4.63/5 Łącznie 24 Oceny |
Deweloper | stravini.extension |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |