Strava Auto Kudos

Automatically give kudos to your feed

Wat is Strava Auto Kudos?

Strava Auto Kudos is een Chrome-extensie ontwikkeld door Mathieu Benhalima, en de belangrijkste functie is "Automatically give kudos to your feed".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Strava Auto Kudos

Download Strava Auto Kudos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        When you go to your feed, the extension will automatically give kudos to all the activities it sees.
When you click on the button at the bottom right of the screen, the extension will load as much activity as possible to give them a kudos.                    

Basisinformatie over de Extensie

Naam Strava Auto Kudos Strava Auto Kudos
ID gpifcdlpbfehjkkojfhmlfgplalikdjf
Officiële URL https://chromewebstore.google.com/detail/strava-auto-kudos/gpifcdlpbfehjkkojfhmlfgplalikdjf
Beschrijving Automatically give kudos to your feed
Bestandsgrootte 98.39 KB
Aantal Installaties 1,583
Huidige Versie 1.5.1
Laatst Bijgewerkt 2023-05-16
Publicatiedatum 2021-08-06
Beoordeling 4.64/5 Totaal 11 Beoordelingen
Ontwikkelaar Mathieu Benhalima
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strava Auto Kudos",
    "description": "Automatically give kudos to your feed",
    "version": "1.5.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "strava.png"
    },
    "host_permissions": [
        "https:\/\/www.strava.com\/*"
    ],
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.strava.com\/*"
            ],
            "css": [
                "assets\/css\/style.css"
            ],
            "js": [
                "assets\/js\/jquery-2.2.3.min.js",
                "assets\/js\/jquery-ui.min.js",
                "assets\/js\/main.js"
            ]
        }
    ]
}