STRAVINI
Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.
What is STRAVINI?
STRAVINI is a Chrome extension developed by stravini.extension, and its main feature is "Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.".
Extension Screenshots
Download STRAVINI Extension CRX File
Download STRAVINI 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
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.
Extension Basic Information
Name | |
ID | ilogdlddgndehmpabkafohhfapaopgkd |
Official URL | https://chrome.google.com/webstore/detail/stravini/ilogdlddgndehmpabkafohhfapaopgkd |
Description | Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience. |
File Size | 44.32 KB |
Installation Count | 2,000 |
Current Version | 0.0.1.30 |
Last Updated | 2019-06-26 |
Publish Date | 2019-06-26 |
Rating | 4.63/5 Total 24 Ratings |
Developer | stravini.extension |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |