STRAVINI

Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.

Qu'est-ce que STRAVINI ?

STRAVINI est une extension Chrome développée par stravini.extension, et sa fonction principale est "Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension STRAVINI

Téléchargez les fichiers d'extension STRAVINI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom STRAVINI STRAVINI
ID ilogdlddgndehmpabkafohhfapaopgkd
URL Officiel https://chrome.google.com/webstore/detail/stravini/ilogdlddgndehmpabkafohhfapaopgkd
Description Get back control over your Strava feed. STRAVINI offers a light and clean Strava experience.
Taille du Fichier 44.32 KB
Nombre d'Installations 2,000
Version Actuelle 0.0.1.30
Dernière Mise à Jour 2019-06-26
Date de Publication 2019-06-26
Évaluation 4.63/5 Total 24 Évaluations
Développeur stravini.extension
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}