Strava Auto Kudos
Automatically give kudos to your feed
Vad är Strava Auto Kudos?
Strava Auto Kudos är en Chrome-tillägg utvecklad av Mathieu Benhalima, och dess huvudfunktion är "Automatically give kudos to your feed".
Tilläggsskärmbilder
Ladda ner Strava Auto Kudos-förlängningens CRX-fil
Ladda ner Strava Auto Kudos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Strava Auto Kudos |
ID | gpifcdlpbfehjkkojfhmlfgplalikdjf |
Officiell webbadress | https://chromewebstore.google.com/detail/strava-auto-kudos/gpifcdlpbfehjkkojfhmlfgplalikdjf |
Beskrivning | Automatically give kudos to your feed |
Filstorlek | 98.39 KB |
Antal Installationer | 1,583 |
Aktuell Version | 1.5.1 |
Senast Uppdaterad | 2023-05-16 |
Publiceringsdatum | 2021-08-06 |
Betyg | 4.64/5 Totalt 11 Betyg |
Utvecklare | Mathieu Benhalima |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |