Strava Filter

Strava filter for filtering rides less then given kilometers. You can filter bicycle rides with given kilometers restriction or run…

Co je Strava Filter?

Strava Filter je rozšíření Chrome vyvinuté fut33v, a jeho hlavní funkcí je „Strava filter for filtering rides less then given kilometers. You can filter bicycle rides with given kilometers restriction or run…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Strava Filter

Stáhněte si soubory rozšíření Strava Filter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Strava filter for filtering rides less then given kilometers. You can filter bicycle rides with given kilometers restriction or run activities. Also you can club cards or challenge cards.                    

Základní Informace o Rozšíření

Název Strava Filter Strava Filter
ID hececciiocefefcdafapmdbgcaanmakn
Oficiální URL https://chromewebstore.google.com/detail/strava-filter/hececciiocefefcdafapmdbgcaanmakn
Popis Strava filter for filtering rides less then given kilometers. You can filter bicycle rides with given kilometers restriction or run…
Velikost souboru 6.67 KB
Počet instalací 98
Aktuální Verze 0.229
Poslední Aktualizace 2021-11-02
Datum Vydání 2020-09-10
Hodnocení 3.25/5 Celkem 4 Hodnocení
Vývojář fut33v
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/fut33v/strava-filter
URL Stránky Nápovědy https://t.me/fut33v
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strava Filter",
    "permissions": [
        "storage"
    ],
    "version": "0.229",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.strava.com\/dashboard",
                "https:\/\/www.strava.com\/dashboard\/following\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}