Strava Auto Kudos
Automatically give kudos to your feed
What is Strava Auto Kudos?
Strava Auto Kudos is a Chrome extension developed by Mathieu Benhalima, and its main feature is "Automatically give kudos to your feed".
Extension Screenshots
Download Strava Auto Kudos Extension CRX File
Download Strava Auto Kudos 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
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.
Extension Basic Information
Name | Strava Auto Kudos |
ID | gpifcdlpbfehjkkojfhmlfgplalikdjf |
Official URL | https://chromewebstore.google.com/detail/strava-auto-kudos/gpifcdlpbfehjkkojfhmlfgplalikdjf |
Description | Automatically give kudos to your feed |
File Size | 98.39 KB |
Installation Count | 1,583 |
Current Version | 1.5.1 |
Last Updated | 2023-05-16 |
Publish Date | 2021-08-06 |
Rating | 4.64/5 Total 11 Ratings |
Developer | Mathieu Benhalima |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |